aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bfffb07..12b681c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -72,3 +72,6 @@ testpaths = ["test"]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
]
+filterwarnings = [
+ "ignore:Deprecated call to `pkg_resources.declare_namespace"
+]