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