We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a8878 commit 91d2e42Copy full SHA for 91d2e42
tox.ini
@@ -60,8 +60,6 @@ pass_env =
60
USERNAME
61
# Environment variables we check for
62
NIPY_EXTRA_TESTS
63
- # Python variables
64
- PYTHON_GIL
65
# Pass user color preferences through
66
PY_COLORS
67
FORCE_COLOR
@@ -71,7 +69,7 @@ pass_env =
71
69
set_env =
72
70
pre,dev: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
73
pre,dev: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
74
- py313t: PYTHONGIL=0
+ py313t: PYTHONGIL={env:PYTHONGIL:0}
75
extras =
76
test
77
0 commit comments