guru/dev-python/hypercorn/files/hypercorn-0.13.2-no-coverage.patch
Alessandro Barbieri 061c993463
dev-python/hypercorn: add 0.13.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-03-11 03:47:51 +01:00

12 lines
264 B
Diff

--- 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]