File: do-not-use-hyperion-cov.patch

package info (click to toggle)
python-hyperion-py 0.7.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: python: 2,771; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not use --cov=hyperion
 Pybuild can't find it, even though it must be local to this package.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2024-09-08

--- python-hyperion-py-0.7.5.orig/pyproject.toml
+++ python-hyperion-py-0.7.5/pyproject.toml
@@ -55,7 +55,7 @@ default_section = "THIRDPARTY"
 
 
 [tool.pytest.ini_options]
-addopts = "-qq --timeout=9 --cov=hyperion"
+addopts = "-qq --timeout=9"
 console_output_style = "count"
 testpaths = [
   "tests",