Skip to content

Commit c72e0c4

Browse files
committed
NEVER MERGE
1 parent 6ba2580 commit c72e0c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip_pre = true
2323
# Note that we install all dependencies in all environments to catch any
2424
# side effects and make sure all test suites pass with all packages
2525
deps =
26-
astropy[all,test]
26+
astropy[test]
2727

2828
asdf_astropy-!dev,all-!dev: asdf_astropy[test]
2929
asdf_astropy-dev,all-dev: asdf_astropy[test] @ git+https://github.com/astropy/asdf-astropy.git
@@ -54,7 +54,9 @@ deps =
5454
specutils-dev,all-dev: specutils[all,test] @ git+https://github.com/astropy/specutils.git#egg=
5555

5656
sunpy-!dev,all-!dev: sunpy[tests,all]
57-
sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/sunpy/sunpy.git
57+
sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/nabobalis/sunpy.git@figures
58+
59+
numpy==2.0.0rc1
5860

5961
skip_install = true
6062

0 commit comments

Comments
 (0)