diff options
| author | J08nY | 2023-08-08 16:21:07 +0200 |
|---|---|---|
| committer | J08nY | 2023-08-08 16:21:07 +0200 |
| commit | 077bf996ef042244c9259d3b32e13f07c2f3f3ae (patch) | |
| tree | 506f27332fa172eff52b920449a3c6ddd7a10021 /pyproject.toml | |
| parent | 109fec027766630166083c497ea0f0e8052965a4 (diff) | |
| download | pyecsca-077bf996ef042244c9259d3b32e13f07c2f3f3ae.tar.gz pyecsca-077bf996ef042244c9259d3b32e13f07c2f3f3ae.tar.zst pyecsca-077bf996ef042244c9259d3b32e13f07c2f3f3ae.zip | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
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" +] |
