From 4cf80b2442951d97a9725b3bea71d2e73108590c Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Tue, 16 Apr 2024 15:17:41 -0700 Subject: [PATCH] Revert "NEVER MERGE" This reverts commit c72e0c487b50d41fa7ac0be009f54f11bfaa909e. --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 107907d..c3d12b8 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ pip_pre = true # Note that we install all dependencies in all environments to catch any # side effects and make sure all test suites pass with all packages deps = - astropy[test] + astropy[all,test] asdf_astropy-!dev,all-!dev: asdf_astropy[test] asdf_astropy-dev,all-dev: asdf_astropy[test] @ git+https://github.com/astropy/asdf-astropy.git @@ -54,9 +54,7 @@ deps = specutils-dev,all-dev: specutils[all,test] @ git+https://github.com/astropy/specutils.git#egg= sunpy-!dev,all-!dev: sunpy[tests,all] - sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/nabobalis/sunpy.git@figures - - numpy==2.0.0rc1 + sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/sunpy/sunpy.git skip_install = true