Skip to content

Commit

Permalink
sphinx-agent: Fix {posargs}
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Dec 13, 2023
1 parent ec61d20 commit ca22fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/esbonio/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands_pre =
coverage erase
commands =
python ../../scripts/check-sphinx-version.py
pytest tests/sphinx-agent {posargs:-vv}
pytest {posargs:tests/sphinx-agent -vv}
commands_post =
coverage combine
coverage report
Expand Down

0 comments on commit ca22fea

Please sign in to comment.