Skip to content

Commit

Permalink
Remove py312
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 17, 2023
1 parent 1936773 commit 5799cdb
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 @@ -4,14 +4,13 @@ console_output_style = "progress"

[tox]
envlist =
py312
py311
py310
py39
py38
py37
pypy310
#skip_missing_interpreters = true
skip_missing_interpreters = false

[testenv]
#package = wheel
Expand All @@ -27,7 +26,6 @@ setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/related
changedir = tests
commands =
py312: pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals .
py311: pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals .
py310: pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals .
py39: pytest -r=fE --exitfirst --durations=5 --strict-config --cache-clear --capture=sys --show-capture=all --tb=short --strict-config --color=yes --code-highlight=yes --showlocals .
Expand Down

0 comments on commit 5799cdb

Please sign in to comment.