Skip to content

Commit

Permalink
Update ignored warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Aug 29, 2024
1 parent 835696e commit 8d3e670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/silx/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d3e670

Please sign in to comment.