Description: fix breaking options for pytest
Forwarded: not-needed
Applied-Upstream: commit:cba336e2cfbedb33f67e70b9eb4eaa8f4ae6f78b
Author: Stephan Lachnit <stephanlachnit@debian.org>
--- a/tox.ini
+++ b/tox.ini
@@ -12,12 +12,6 @@
 commands = pytest {posargs} headerparser test README.rst docs/index.rst
 
 [pytest]
-addopts =
-    --cache-clear
-    --cov=headerparser
-    --no-cov-on-fail
-    --doctest-modules
-    --flakes
 doctest_optionflags = IGNORE_EXCEPTION_DETAIL
 filterwarnings = error
 
