We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c71a22 commit be3ed58Copy full SHA for be3ed58
1 file changed
pytest.ini
@@ -8,6 +8,7 @@ filterwarnings =
8
# Unrelated to our code, unclosed SSL socket when downloading test assets
9
# (probably improper cleanup upstream in case of exceptions)
10
ignore:Exception ignored while finalizing socket:pytest.PytestUnraisableExceptionWarning
11
+ ignore:Exception ignored in. .ssl\.SSLSocket :pytest.PytestUnraisableExceptionWarning
12
# Known issue with numpy under valgrind - don't error on this
13
once:Signature .* for <class 'numpy.longdouble'> does not match any known type. falling back to type probe function:UserWarning
14
# petab
0 commit comments