From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Thu, 8 Dec 2022 13:56:21 +0100
Subject: Drop restrictive pytest args

---
 setup.cfg | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 0bb013f..343b9c5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,11 +36,7 @@ docstring-to-markdown = py.typed
 [tool:pytest]
 addopts =
     --pyargs tests
-    --cov docstring_to_markdown
-    --cov-fail-under=99
-    --cov-report term-missing:skip-covered
     -p no:warnings
-    --flake8
     -vv
 
 [flake8]
