File: 0001_No_Test_Coverage.patch

package info (click to toggle)
feedgenerator 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: python: 1,011; sh: 8; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: By default, upstream runs code coverage tests. We don't need those.
Author: Louis-Philippe Véronneau <pollo@debian.org>
Forwarded: not-needed
Last-Update: 2025-08-13

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,14 +46,6 @@
 git-username = "botpub"
 git-email = "52496925+botpub@users.noreply.github.com"
 
-[tool.pytest.ini_options]
-addopts = """
-    --cov=feedgenerator
-    --cov=tests
-    --cov-report=html
-    --cov-report=term-missing:skip-covered
-"""
-
 [build-system]
 requires = ["hatchling"]
 build-backend = "hatchling.build"