Skip to content

Commit

Permalink
Update tox.ini to handle posargs when tox is run
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Feb 26, 2024
1 parent a1b7aad commit d252980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,7 +8,7 @@ isolated_build = True
deps=pytest
extras=diagrams
commands=
pytest tests
pytest tests {posargs}
whitelist_externals=
pytest
python
Expand Down

0 comments on commit d252980

Please sign in to comment.