From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch | 9 +++++++++ dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dev-python/hypercorn/files/hypercorn-0.11.2-no-coverage.patch create mode 100644 dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch (limited to 'dev-python/hypercorn/files') 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] -- cgit v1.3