summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Röhling <roehling@debian.org>2023-11-19 01:23:08 +0100
committerTimo Röhling <roehling@debian.org>2023-11-19 11:50:21 +0100
commit84392460c7dd5901ea3a3692e5e1f8dbbfb80d05 (patch)
treece8c58b146ed55f085a1578dcc548bedf31681d0
parentf0863c498afbeb9f834b17353ecf7f05366edb0f (diff)
Do not fail on DeprecationWarningarchive/debian/3.27.0-1
Forwarded: not-needed Gbp-Pq: Name 0002-Do-not-fail-on-DeprecationWarning.patch
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6fbdac9..cfafb62 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,6 +50,7 @@ addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = [
"error",
+ "default::DeprecationWarning:",
"ignore::DeprecationWarning:sphinx.builders.gettext",
]
log_cli_level = "info"