Skip to content

Commit

Permalink
Upgraded parallel CI tests from Python 3.10 to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 17, 2023
1 parent 6396d2c commit 2ce5328
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os: ["ubuntu-latest"]

steps:
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ requires =
tox>4
tox-gh-actions
envlist =
{py37,py38,py39,py310}-unit
{py37,py38,py39,py310}-integration
{py37,py38,py39,py310}-smoke
{py38,py39,py310,py311}-unit
{py38,py39,py310,py311}-integration
{py38,py39,py310,py311}-smoke
suicide_timeout = 1

[gh-actions]
Expand Down Expand Up @@ -49,7 +49,7 @@ commands =

[testenv:parallel]
commands =
tox -e py310-unit,py310-integration,py310-smoke -p auto -o -- --exitfirst -n auto \
tox -e py311-unit,py311-integration,py311-smoke -p auto -o -- --exitfirst -n auto \
--reruns 10 --reruns-delay 15 --rerun-except AssertionError {posargs}

[testenv:mypy]
Expand Down

0 comments on commit 2ce5328

Please sign in to comment.