Skip to content

Commit

Permalink
Add posargs to integration tests (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 14, 2022
1 parent 4aba39c commit fc5f634
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 @@ deps =
passenv =
PYTEST_ADDOPTS
commands =
pytest -r aR tests/test_integration.py
pytest -r aR tests/test_integration.py {posargs}

[testenv:docs]
deps =
Expand Down

0 comments on commit fc5f634

Please sign in to comment.