Skip to content
Snippets Groups Projects
Commit 2d222b49 authored by patavirt's avatar patavirt
Browse files

Filter test warnings

parent e0e8411a
No related branches found
No related tags found
No related merge requests found
...@@ -34,5 +34,6 @@ test = [ ...@@ -34,5 +34,6 @@ test = [
[tool.pytest.ini_options] [tool.pytest.ini_options]
filterwarnings = [ filterwarnings = [
'ignore:the imp module is deprecated:DeprecationWarning' 'ignore:the imp module is deprecated:DeprecationWarning',
'ignore::DeprecationWarning:usadel1'
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment