Skip to content

Commit

Permalink
test against pre-built binaries of scipy and numpy (#7581)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Jul 17, 2023
2 parents 56563e3 + 1e4f6c5 commit e68e0e4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- linux: py311-xdist
- macos: py311-xdist
pytest-results-summary: true
- linux: py311-devdeps-xdist
- linux: py311-xdist-cov
coverage: codecov
pytest-results-summary: true
2 changes: 1 addition & 1 deletion jwst/lib/tests/test_siafdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from jwst.lib import siafdb

pytest.importorskip('pysiaf')
import pysiaf # noqa: 402
import pysiaf # noqa: E402

# Database paths
DATA_PATH = Path(__file__).parent / 'data'
Expand Down
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ git+https://github.com/asdf-format/asdf
git+https://github.com/asdf-format/asdf-transform-schemas
git+https://github.com/asdf-format/asdf-coordinates-schemas
git+https://github.com/asdf-format/asdf-wcs-schemas
astropy>=0.0.dev0
git+https://github.com/astropy/astropy
git+https://github.com/astropy/asdf-astropy
git+https://github.com/spacetelescope/crds
git+https://github.com/spacetelescope/gwcs
numpy>=0.0.dev0
git+https://github.com/astropy/photutils
scipy>=0.0.dev0
git+https://github.com/spacetelescope/stdatamodels
git+https://github.com/spacetelescope/stpipe
git+https://github.com/spacetelescope/stcal
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ pass_env =
PASS_INVALID_VALUES
VALIDATE_ON_ASSIGNMENT
TEST_BIGDATA
setenv =
set_env =
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
sdpdeps,regtests: CRDS_CONTEXT = jwst-edit
extras =
test
Expand All @@ -72,7 +73,7 @@ package =
commands_pre =
oldestdeps: minimum_dependencies jwst --filename requirements-min.txt
oldestdeps: pip install -r requirements-min.txt
devdeps: pip install -r requirements-dev.txt
devdeps: pip install -r requirements-dev.txt -U --upgrade-strategy eager
sdpdeps: pip install -r requirements-sdp.txt
pip freeze
commands =
Expand Down

0 comments on commit e68e0e4

Please sign in to comment.