Skip to content

Commit 4cf80b2

Browse files
committed
Revert "NEVER MERGE"
This reverts commit c72e0c4.
1 parent c72e0c4 commit 4cf80b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 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[test]
26+
astropy[all,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,9 +54,7 @@ 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/nabobalis/sunpy.git@figures
58-
59-
numpy==2.0.0rc1
57+
sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/sunpy/sunpy.git
6058

6159
skip_install = true
6260

0 commit comments

Comments
 (0)