Skip to content

Commit

Permalink
test against pre-built binaries of numpy (#454)
Browse files Browse the repository at this point in the history
Co-authored-by: Nadia Dencheva <[email protected]>
  • Loading branch information
zacharyburnett and nden authored Jul 7, 2023
1 parent 0029940 commit 929478d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ git+https://github.com/asdf-format/asdf-coordinates-schemas
git+https://github.com/asdf-format/asdf-wcs-schemas
git+https://github.com/astropy/astropy
git+https://github.com/astropy/asdf-astropy
numpy>=0.0.dev0
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ passenv =
CI
CODECOV_*
DISPLAY
set_env =
dev: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
args_are_paths = false
change_dir = pyargs: {homedir}
extras =
test
alldeps: all
deps =
xdist: pytest-xdist
dev: -rrequirements-dev.txt
cov: pytest-cov
jwst: jwst[test] @ git+https://github.com/spacetelescope/jwst.git
romancal: romancal[test] @ git+https://github.com/spacetelescope/romancal.git
Expand All @@ -74,6 +75,7 @@ deps =
pass_env =
jwst,romancal: CRDS_*
commands_pre =
dev: pip install -r requirements-dev.txt -U --upgrade-strategy eager
pip freeze
commands =
pytest \
Expand Down

0 comments on commit 929478d

Please sign in to comment.