From da8308087d94773d18a7b8255e8b94332c532a31 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:01:31 -0400 Subject: [PATCH] TST: Clean up devdeps, use photutils nightly wheel --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index a4ba3b4..0aeb303 100644 --- a/tox.ini +++ b/tox.ini @@ -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}