From ef9755e0a1c05d10fece252cab5234defbca404c Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 8 Jan 2022 14:14:39 -0500 Subject: [PATCH] remove --fail-under from tox (covdefaults handles this) Committed via https://github.com/asottile/all-repos --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 965eba92..790ce7f7 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = commands = coverage erase coverage run -m pytest {posargs:tests} - coverage report --fail-under 100 + coverage report [testenv:pre-commit] skip_install = true