summaryrefslogtreecommitdiff
path: root/dev-python/hypercorn/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
commitd97953e6ff67978da9554e7b4601aedceb21e215 (patch)
tree674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-python/hypercorn/files
parent1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff)
downloadbaldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip
Adding metadata
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]