Skip to content

Commit

Permalink
Fix Python interpreter used by cover3 test env
Browse files Browse the repository at this point in the history
This has been broken since 7932b15
but it was not noticed because prior to tox 4.2.5 (2023-01-06),
tox used to return exitstatus 0 when all envs were skipped.
  • Loading branch information
mnaberez committed Mar 5, 2023
1 parent a7cb60d commit 0323a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deps =
pytest-cov

[testenv:cover3]
basepython = python3.7
basepython = python3.8
commands =
pytest --capture=no --cov=supervisor --cov-report=term-missing --cov-report=xml {posargs}
deps =
Expand Down

0 comments on commit 0323a9a

Please sign in to comment.