1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Diane Trout <diane@ghic.org>
Date: Wed, 20 Jan 2021 10:40:35 -0800
Subject: Disable pytest options as they lead to unnecessary
Forwarded: not-needed
test files being installed in the binary package.
Also we're missing a pytest-black plugin package
---
pytest.ini | 1 -
1 file changed, 1 deletion(-)
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,4 @@
[pytest]
-addopts = --cov-report term-missing --cov-report html --cov-report=xml --cov-report=term --cov sparse --cov-config .coveragerc --junitxml=junit/test-results.xml
filterwarnings =
ignore::PendingDeprecationWarning
testpaths =
|