From: Stefano Rivera <stefanor@debian.org>
Date: Wed, 24 Jun 2020 13:43:02 -0700
Subject: Skip test coverage report

Requires python3-coverage > 5, which isn't in Debian, yet.
And not useful for Debian's test use-case, more for upstream CI.
---
 pytest.ini | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pytest.ini b/pytest.ini
index 74c231f..4d8092d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,6 +4,3 @@ filterwarnings=
 	ignore:Using or importing the ABCs:DeprecationWarning:bleach
 	# workaround for https://github.com/pypa/setuptools/issues/479
 	ignore:the imp module is deprecated::setuptools
-
-addopts =
-	--cov=twine --cov-context=test --cov-report=
