diff --git a/tox.ini b/tox.ini index 7fe808e..3c573e9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [pytest] -addopts = --maxfail=5 -rf +addopts = --maxfail=2 -rf console_output_style = progress minversion = 7.0.0 testpaths = tests/ @@ -7,8 +7,6 @@ testpaths = tests/ [coverage:report] show_missing = True skip_covered = True - -# SKIPPED ADDITIONAL MANAGEMENT COMMAND exclude_lines = def __str__ pragma: no cover