1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 19:59:55 +03:00
aports/testing/py3-fastapi/pytest-markers.patch
2023-10-24 21:02:50 +00:00

12 lines
213 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -90,6 +90,9 @@
"--strict-markers",
"--ignore=docs_src",
]
+markers = [
+ "filterwarnings",
+]
xfail_strict = true
junit_family = "xunit2"
filterwarnings = [