Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Clean up devdeps, use photutils nightly wheel #209

Merged
merged 1 commit into from
Aug 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
TST: Clean up devdeps, use photutils nightly wheel
pllim authored Aug 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit da8308087d94773d18a7b8255e8b94332c532a31
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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

@@ -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}