From dde6392c0d42618808f30ee5e1b3aa69fa41c10c Mon Sep 17 00:00:00 2001 From: Umut Date: Tue, 28 Feb 2023 15:33:11 +0100 Subject: [PATCH] chore: ignore deprecated declare namespace call in pytest --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1727f5486..33e34af16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]