Skip to content

Commit

Permalink
fix(tox): ini command
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Sep 19, 2024
1 parent 25cc44c commit 6425396
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 @@ -29,7 +29,7 @@ commands =
black {[testenv:framework]src} --check --diff
flake8 {[testenv:framework]src}
mypy {[testenv:framework]src}
pytest -c ./pytest-framework.ini -n auto
pytest -c ./pytest-framework.ini -n auto -m "not run_in_serial"
pytest -c ./pytest-framework.ini -m run_in_serial

[testenv:py3]
Expand Down

0 comments on commit 6425396

Please sign in to comment.