1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ole Streicher <olebole@debian.org>
Date: Sun, 13 Oct 2019 01:35:52 +0200
Subject: Allow XFAIL tests to pass
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index c00e4bd..52ceeb0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -215,7 +215,7 @@ addopts = [
"-p no:legacypath",
]
log_cli_level = "info"
-xfail_strict = true
+xfail_strict = false
filterwarnings = [
"error",
"ignore:unclosed <socket:ResourceWarning",
|