Skip to content

Commit eda943c

Browse files
github-actions[bot]seanh
authored andcommitted
Apply updates from cookiecutter
This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters
1 parent 2639eb7 commit eda943c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ commands =
5656
lint: pylint --rcfile=tests/pyproject.toml tests
5757
lint: pydocstyle src tests bin
5858
lint: pycodestyle src tests bin
59-
tests: python -m pytest --cov --cov-report= --cov-fail-under=0 --failed-first --new-first --no-header --quiet {posargs:tests/unit/}
59+
tests: python -m pytest --cov --cov-report= --cov-fail-under=0 {posargs:tests/unit/}
6060
functests: python -m pytest --failed-first --new-first --no-header --quiet {posargs:tests/functional/}
6161
coverage: coverage combine
6262
coverage: coverage report

0 commit comments

Comments
 (0)