aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2023-08-08 16:21:07 +0200
committerJ08nY2023-08-08 16:21:07 +0200
commit077bf996ef042244c9259d3b32e13f07c2f3f3ae (patch)
tree506f27332fa172eff52b920449a3c6ddd7a10021 /pyproject.toml
parent109fec027766630166083c497ea0f0e8052965a4 (diff)
downloadpyecsca-077bf996ef042244c9259d3b32e13f07c2f3f3ae.tar.gz
pyecsca-077bf996ef042244c9259d3b32e13f07c2f3f3ae.tar.zst
pyecsca-077bf996ef042244c9259d3b32e13f07c2f3f3ae.zip
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"
+]