diff --git a/tox.ini b/tox.ini index 118f5b7..3e6523b 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ commands = pytest -ra --cov --cov-report=term-missing \ --cov-report=html:{envdir}/htmlcov --cov-context=test \ --cov-report=xml:{toxworkdir}/coverage.{envname}.xml \ - {posargs:-n auto} tests -k test_cli + {posargs:-n auto} tests ## CI oriented Envs integrating with GH Actions Tox Plugin ##