dev-python/hypercorn: add 0.13.2

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-11 03:47:51 +01:00
parent 96456d351c
commit 061c993463
3 changed files with 61 additions and 0 deletions

View File

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