From dc97da39bfaee95cbbb3cb74395cbfa91768c070 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Wed, 10 May 2023 09:51:21 -0400 Subject: [PATCH] revert astropy prerelease wheel spec and use nightly Scipy wheel index --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 13d0800b..8d5da39c 100644 --- a/tox.ini +++ b/tox.ini @@ -49,12 +49,11 @@ deps = jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git oldestdeps: minimum_dependencies - devdeps: astropy>=0.0.dev0 - devdeps: numpy>=0.0.dev0 pass_env = CRDS_* CI set_env = + devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scipy-wheels-nightly/simple jwst: CRDS_SERVER_URL=https://jwst-crds.stsci.edu romancal: CRDS_SERVER_URL=https://roman-crds.stsci.edu package = @@ -65,6 +64,7 @@ allowlist_externals = commands_pre = oldestdeps: minimum_dependencies stpipe --filename requirements-min.txt oldestdeps: pip install -r requirements-min.txt + devdeps: pip install numpy>=0.0.dev0 git+https://github.com/astropy/astropy.git#egg=astropy -U --upgrade-strategy eager pip freeze commands = pytest \