From: Debian Python Team <team+python@tracker.debian.org>
Date: Sun, 25 Dec 2022 10:59:40 -0400
Subject: no-test-coverage

Do not generate test coverage report
---
 pytest.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index 0f9e569..5f79a3d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -18,7 +18,6 @@ addopts =
     --tb=short
     --capture=no
     -rfEsxX
-    --cov=limits
     -m "not benchmark"
 filterwarnings =
     error
