Skip to content

Commit

Permalink
TST: Clean up devdeps, use photutils nightly wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Aug 10, 2024
1 parent a4e3664 commit da83080
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ deps =
devdeps: scikit-image>=0.0.dev0
devdeps: pyerfa>=0.0.dev0
devdeps: astropy>=0.0.dev0
devdeps: photutils>=0.0.dev0
devdeps: git+https://github.com/spacetelescope/ci_watson.git
devdeps: stsci.tools

Expand All @@ -49,10 +50,6 @@ extras =
predeps: all

commands =
# Force numpy-dev after matplotlib downgrades it (https://github.com/matplotlib/matplotlib/issues/26847)
devdeps: python -m pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
# photutils has C-extension and must be built with numpy-dev in devdeps
devdeps: python -m pip install --pre --upgrade git+https://github.com/astropy/photutils.git
pip freeze
pytest --pyargs acstools {toxinidir}/doc {posargs}

Expand Down

0 comments on commit da83080

Please sign in to comment.