Allow overriding pytest args through tox

This commit is contained in:
Agate 2023-01-18 15:32:38 +01:00
parent e6a4afe0f7
commit 40eb21defb
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ deps =
pytest
pytest-mock
commands =
pytest
pytest {posargs}