Skip to content

Commit

Permalink
deactivate CI tests for quick feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Oct 30, 2023
1 parent c89cd9a commit 7b683ea
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 @@ -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
{posargs:-n auto} tests -k test_cli


## CI oriented Envs integrating with GH Actions Tox Plugin ##
Expand Down

0 comments on commit 7b683ea

Please sign in to comment.