chore: ignore deprecated declare namespace call in pytest

This commit is contained in:
Umut
2023-02-28 15:33:11 +01:00
parent b5393eade9
commit dde6392c0d

View File

@@ -92,7 +92,8 @@ filterwarnings = [
"ignore:Implicitly cleaning up:ResourceWarning",
"ignore:pandas not found, skipping conversion test.:ImportWarning",
"ignore:scipy not found, skipping conversion test.:ImportWarning",
"ignore:Matplotlib is currently using .*, which is a non-GUI backend, so cannot show the figure\\.:UserWarning"
"ignore:Matplotlib is currently using .*, which is a non-GUI backend, so cannot show the figure\\.:UserWarning",
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning"
]
[tool.semantic_release]