File: No-pytest-config.patch

package info (click to toggle)
python-sparse 0.16.0a9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,948 kB
  • sloc: python: 9,959; makefile: 8; sh: 3
file content (20 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
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 =