Skip to content

Commit

Permalink
Unset PYTHONDEVMODE for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 22, 2024
1 parent 6138bfb commit 2a6f581
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,8 @@ commands =
python --version
python -m pytest --cov=libgunshotmatch -r aR tests/ {posargs}

[testenv:.package]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:py312]
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
setenv = PIP_DISABLE_PIP_VERSION_CHECK=1

[testenv:docs]
setenv = SHOW_TODOS = 1
Expand Down

0 comments on commit 2a6f581

Please sign in to comment.