From 8d3e670d993d06349ff15b42c549f4ab117f1046 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Thu, 29 Aug 2024 11:34:43 +0200 Subject: [PATCH] Update ignored warnings --- src/silx/test/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/silx/test/__init__.py b/src/silx/test/__init__.py index 3456b04d86..bfb24424eb 100644 --- a/src/silx/test/__init__.py +++ b/src/silx/test/__init__.py @@ -65,8 +65,9 @@ def run_tests( str(verbosity), # Handle warning as errors unless explicitly skipped "-Werror", - "-Wignore:tostring() is deprecated. Use tobytes() instead.:DeprecationWarning", + "-Wignore:tostring() is deprecated. Use tobytes() instead.:DeprecationWarning:OpenGL", "-Wignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning", + "-Wignore:Unable to import recommended hash:UserWarning:pytools", ] + list(args) if module is not None: