Skip to content

Commit 10a8a68

Browse files
Do pass posargs to tox invocation (#3587)
Co-authored-by: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com>
1 parent 76eab06 commit 10a8a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands = make check-dictionaries
1111
[testenv:unitest]
1212
description = run unit tests
1313
dependency_groups = dev
14-
commands = pytest --cov=codespell_lib codespell_lib
14+
commands = pytest --cov=codespell_lib {posargs} codespell_lib
1515

1616
[testenv:type]
1717
description = run type checks

0 commit comments

Comments
 (0)