Skip to content

Commit

Permalink
Revert "Run tests serialized with Python < 3.12"
Browse files Browse the repository at this point in the history
This reverts commit cb18c67 which was
based on a wrong assumption.

Signed-off-by: Nils Philippsen <nils@redhat.com>
  • Loading branch information
nphilipp committed Jun 6, 2024
1 parent 6a2388e commit b1466a9
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 @@ -14,14 +14,12 @@ setenv =
# erroneously doesn’t count a `break` statement which clearly is executed (as
# the preceding statements which aren’t flagged).
py39: COV_FAIL_UNDER = 99
# Run tests serialized with Python < 3.12 as workers in GitHub CI started crashing.
py{39,310,311}: RUN_TESTS_PARALLEL =
skip_install = true
sitepackages = false
commands_pre =
poetry install --all-extras
commands =
pytest --import-mode importlib {env:RUN_TESTS_PARALLEL:-n auto} -o 'addopts=--cov --cov-config .coveragerc --cov-report term --cov-report xml --cov-report html --cov-fail-under {env:COV_FAIL_UNDER:100}' tests/
pytest --import-mode importlib -n auto -o 'addopts=--cov --cov-config .coveragerc --cov-report term --cov-report xml --cov-report html --cov-fail-under {env:COV_FAIL_UNDER:100}' tests/

[testenv:black]
deps = black
Expand Down

0 comments on commit b1466a9

Please sign in to comment.