Skip to content

Commit be3ed58

Browse files
committed
CI: ignore pytest.PytestUnraisableExceptionWarning ssl.SSLSocket
1 parent 7c71a22 commit be3ed58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ filterwarnings =
88
# Unrelated to our code, unclosed SSL socket when downloading test assets
99
# (probably improper cleanup upstream in case of exceptions)
1010
ignore:Exception ignored while finalizing socket:pytest.PytestUnraisableExceptionWarning
11+
ignore:Exception ignored in. .ssl\.SSLSocket :pytest.PytestUnraisableExceptionWarning
1112
# Known issue with numpy under valgrind - don't error on this
1213
once:Signature .* for <class 'numpy.longdouble'> does not match any known type. falling back to type probe function:UserWarning
1314
# petab

0 commit comments

Comments
 (0)