From 74cbab1c21b00b742d127b478b36e8480e005d7f Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Wed, 18 Dec 2024 19:03:56 -0500 Subject: [PATCH] chore(tox): Fix UV settings for pre-release wheels --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 69547839..c415d764 100644 --- a/tox.ini +++ b/tox.ini @@ -42,8 +42,9 @@ deps = py313: traits @ git+https://github.com/enthought/traits.git@10954eb extras = test setenv = - pre: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pre: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple + pre: UV_INDEX=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple + pre: UV_INDEX_STRATEGY=unsafe-best-match uv_resolution = min: lowest-direct