summaryrefslogtreecommitdiff
path: root/net/py-zeroconf/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-zeroconf/files/patch-pyproject.toml')
-rw-r--r--net/py-zeroconf/files/patch-pyproject.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/py-zeroconf/files/patch-pyproject.toml b/net/py-zeroconf/files/patch-pyproject.toml
new file mode 100644
index 000000000000..085f2173f72e
--- /dev/null
+++ b/net/py-zeroconf/files/patch-pyproject.toml
@@ -0,0 +1,10 @@
+--- pyproject.toml.orig 2024-06-29 09:11:31.605531000 -0700
++++ pyproject.toml 2024-06-29 09:11:56.996337000 -0700
+@@ -102,7 +102,6 @@
+
+
+ [tool.pytest.ini_options]
+-addopts = "-v -Wdefault --cov=zeroconf --cov-report=term-missing:skip-covered"
+ pythonpath = ["src"]
+
+ [tool.coverage.run]