From: Stefano Rivera <stefanor@debian.org>
Date: Fri, 25 Dec 2020 11:11:14 -0800
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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index 928f8cd..608949b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -6,5 +6,4 @@ filterwarnings=
 	ignore:the imp module is deprecated::setuptools
 
 addopts =
-	--cov=twine --cov-context=test --cov-report=
 	--disable-socket
