diff --git a/tox.ini b/tox.ini index cf09c28a..8cddc847 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,6 @@ set_env = commands = coverage run --debug=trace -m pytest {posargs} sh -c "coverage combine -q .tox/.coverage.* && coverage xml || true && coverage report" - # We fail if files are modified at the end git diff --exit-code allowlist_externals = bash