File: no-coverage.patch

package info (click to toggle)
colorzero 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 448 kB
  • sloc: python: 2,565; makefile: 264
file content (15 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Dave Jones <dave.jones@canonical.com>
Forwarded: not-needed
Description: Disable coverage in test suite

--- a/setup.cfg
+++ b/setup.cfg
@@ -39,7 +39,7 @@
     sphinx-rtd-theme
 
 [tool:pytest]
-addopts = -rsx --cov --tb=short
+addopts = -rsx --tb=short
 testpaths = tests
 
 [coverage:run]