mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-14 19:59:55 +03:00
12 lines
213 B
Diff
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 = [
|