Skip to content

Commit

Permalink
Hotfix: "tox -e parallel" now using Python 3.12 instead of 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Nov 15, 2023
1 parent 6bdb7c5 commit eb13ca9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ setenv =
PYTHONUNBUFFERED = 1
PYTHONDONTWRITEBYTECODE = 1
commands =
tox -e py311-unit,py311-integration,py311-smoke -p auto -o -- --exitfirst -n auto \
tox -e py312-unit,py312-integration,py312-smoke -p auto -o -- --exitfirst -n auto \
--reruns 5 --reruns-delay 60 --rerun-except AssertionError {posargs}

[testenv:mypy]
Expand Down

0 comments on commit eb13ca9

Please sign in to comment.