Skip to content

Commit 23d4849

Browse files
committed
Add missing {posargs} in tox.ini
1 parent c7e52e1 commit 23d4849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extras =
1919
test: test
2020
commands =
2121
pip freeze
22-
!cov: pytest --pyargs sphinx_automodapi
22+
!cov: pytest --pyargs sphinx_automodapi {posargs}
2323
cov: pytest --pyargs sphinx_automodapi --cov sphinx_automodapi --cov-config={toxinidir}/setup.cfg {posargs}
2424
cov: coverage xml -o {toxinidir}/coverage.xml
2525
passenv = HOME, WINDIR, LC_ALL, LC_CTYPE, LANG, CC, CI

0 commit comments

Comments
 (0)