mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: ignore deprecated declare namespace call in pytest
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user