From 4c3ed9bf111592f235d57610794deb1dc7a0d4ec Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:25:33 -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 5a218f55..d22e2d2b 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ requires = pip >= 19.3.1 isolated_build = true indexserver = - NIGHTLY = https://pypi.anaconda.org/scipy-wheels-nightly/simple + NIGHTLY = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple [testenv] # Suppress display of matplotlib plots generated during docs build