summaryrefslogtreecommitdiff
path: root/dev-python/hypercorn/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hypercorn/files')
-rw-r--r--dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch9
-rw-r--r--dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch11
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch b/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch
new file mode 100644
index 000000000000..8c3f4210a6bd
--- /dev/null
+++ b/dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch
@@ -0,0 +1,9 @@
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -43,5 +43,5 @@
+ ignore_missing_imports = True
+
+ [tool:pytest]
+-addopts = --no-cov-on-fail --showlocals
++addopts = --showlocals
+ testpaths = tests
diff --git a/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch b/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch
new file mode 100644
index 000000000000..78609bd739f8
--- /dev/null
+++ b/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch
@@ -0,0 +1,11 @@
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -88,7 +88,7 @@
+ ignore_missing_imports = true
+
+ [tool.pytest.ini_options]
+-addopts = "--no-cov-on-fail --showlocals --strict-markers"
++addopts = "--showlocals --strict-markers"
+ testpaths = ["tests"]
+
+ [build-system]