You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
766 B
27 lines
766 B
3 weeks ago
|
From 55c7900c715b8afd99529591397e45ce1701a0af Mon Sep 17 00:00:00 2001
|
||
|
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||
|
Date: Sat, 17 Aug 2024 11:02:13 -0400
|
||
|
Subject: [PATCH] Downstream-only: remove pytest options for coverage analysis
|
||
|
|
||
|
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
|
||
|
---
|
||
|
pyproject.toml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||
|
index 2d821f8..1ce584a 100644
|
||
|
--- a/pyproject.toml
|
||
|
+++ b/pyproject.toml
|
||
|
@@ -75,7 +75,7 @@ match = "(?!main$)"
|
||
|
prerelease = true
|
||
|
|
||
|
[tool.pytest.ini_options]
|
||
|
-addopts = "-v -Wdefault --cov=aiohappyeyeballs --cov-report=term-missing:skip-covered"
|
||
|
+addopts = "-v -Wdefault"
|
||
|
pythonpath = ["src"]
|
||
|
|
||
|
[tool.coverage.run]
|
||
|
--
|
||
|
2.46.0
|
||
|
|