From f605db572824663d9658cbd2c76d9506e20d2a00 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:25:42 -0400 Subject: [PATCH] TST: Update URL for Scientific Python nightlies --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 11cb9536f..2ab6e3f34 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = HOME = {envtmpdir} MPLBACKEND = Agg PYTEST_COMMAND = pytest --arraydiff --arraydiff-default-format=fits --pyargs reproject --cov reproject --cov-config={toxinidir}/setup.cfg {toxinidir}/docs - devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scipy-wheels-nightly/simple + devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple changedir = .tmp/{envname} deps =