Skip to content

Commit

Permalink
See if increasing min deps helps figure test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Aug 14, 2023
1 parent d1cfa6b commit 88d77a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"sunpy.image.tests.test_transform.test_clipping": "f36c82068789b048d5855315f295e2404c85b0a63ec77de0e294d58b43c9acaf",
"sunpy.image.tests.test_transform.test_nans": "776e5a2c12bbbff9f5f9de647052cd2ad1be03b39586b91502c8ebba08e87c1b",
"sunpy.map.tests.test_compositemap.test_plot_composite_map": "41ee9a52dc0fb57edcecf307d3ae5ac110bcedf4542cd666977a482b859c088f",
"sunpy.map.tests.test_compositemap.test_plot_composite_map_contours": "b0326e8d339617be8833e3c74ec0e47558b144a40e3e86d9bd9401bcd307e5ec",
"sunpy.map.tests.test_compositemap.test_plot_composite_map_linewidths": "d7edf5277cea0d37ac51b510782d5ab3b2ef23f7345e461c7b8781a2784d48a1",
"sunpy.map.tests.test_compositemap.test_plot_composite_map_contours": "796d7b9e2e11e8fd4ecb58c0daabba55d9a2090552ceb70e7e8f10b6454be7ce",
"sunpy.map.tests.test_compositemap.test_plot_composite_map_linewidths": "fb1edca012f7bd18035863eb077f2c7963d0a13010c5d6c054f91b8e0a9b5c66",
"sunpy.map.tests.test_compositemap.test_plot_composite_map_linestyles": "70b8adf96f2893c110069991f7bfc992863934a0bf9629fcd51a0809a9801382",
"sunpy.map.tests.test_compositemap.test_plot_composite_map_colors": "6c99775547298170d882b6f66254a880d38a9a3c447c65f5683ab2dd69caaa0d",
"sunpy.map.tests.test_compositemap.test_plot_composite_map_colors": "e7c8485e33079fa24914cb4b1c4604e698056153d800554b6a4a9696485f0c30",
"sunpy.map.tests.test_compositemap.test_set_alpha_composite_map": "2b2a157405dc296d5c06c74f7d8bc6e03b3cff4512cf9b0e66a773827497f37a",
"sunpy.map.tests.test_compositemap.test_peek_composite_map": "a21143a11c499d95b3618d2f82a6d6e8a3cbad6291ab52b20b218b3f4a03c45b",
"sunpy.map.tests.test_map_factory.test_map_jp2_HMI": "3b731f25ab5777f187def8296fbed88d27809867405e0e97d5e808ca1bb4b42c",
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ deps =
online: pytest-timeout
# Figure tests need a tightly controlled environment
# These are pinned to the minimum version that we support
figure-!devdeps: astropy==5.1.0
figure-!devdeps: matplotlib==3.5.2
figure-!devdeps: astropy==5.1.1
figure-!devdeps: matplotlib==3.5.3
figure-!devdeps: mpl-animators==1.0.0
figure-!devdeps: numpy<1.22
figure-!devdeps: numpy<1.23.0
extras =
all
tests
Expand Down

0 comments on commit 88d77a3

Please sign in to comment.