Skip to content

Commit

Permalink
tox: permit positional arguments when running 'unittest'-based unit t…
Browse files Browse the repository at this point in the history
…ests (#686)
  • Loading branch information
jayaddison committed Nov 22, 2022
1 parent b95290c commit f278c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ isolated_build = true

[testenv]
deps = -r{toxinidir}/requirements-dev.txt
commands = coverage run -m unittest
commands = coverage run -m unittest {posargs}

# The system-provided libxml2 on MacOS is typically outdated and this can lead to lxml parsing issues
# Using PyPi-provided binary wheels instead resolves this
Expand Down

0 comments on commit f278c94

Please sign in to comment.