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"
|