File: skip-pytest-coverage.patch

package info (click to toggle)
pyxnat 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,204 kB
  • sloc: python: 6,016; makefile: 28; sh: 17; xml: 11
file content (20 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Skip pytest coverage.
 Pytest is missing a couple of elements to produce coverage metrics.
 As a distributor, these artifacts won't be of much use, so let's skip
 them entirely.

Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2023-10-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pyxnat.orig/setup.cfg
+++ pyxnat/setup.cfg
@@ -11,7 +11,4 @@
 addopts =
   -v
   --tb=short
-  --cov=pyxnat
-  --cov-report=term-missing:skip-covered
-  --cov-report=xml
 norecursedirs = xnat-docker-compose