Skip to content

Commit

Permalink
chore(tox): Set PYTHONGIL from environment if found
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 8, 2024
1 parent 78a8878 commit 91d2e42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ pass_env =
USERNAME
# Environment variables we check for
NIPY_EXTRA_TESTS
# Python variables
PYTHON_GIL
# Pass user color preferences through
PY_COLORS
FORCE_COLOR
Expand All @@ -71,7 +69,7 @@ pass_env =
set_env =
pre,dev: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
pre,dev: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
py313t: PYTHONGIL=0
py313t: PYTHONGIL={env:PYTHONGIL:0}
extras =
test

Expand Down

0 comments on commit 91d2e42

Please sign in to comment.