We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662cd9d commit 0380143Copy full SHA for 0380143
1 file changed
cheroot/test/test_ssl.py
@@ -320,6 +320,12 @@ def test_ssl_adapters( # pylint: disable=too-many-positional-arguments
320
assert resp.text == 'Hello world!'
321
322
323
+@pytest.mark.filterwarnings(
324
+ 'ignore:'
325
+ 'Exception ignored while calling deallocator.*OSError.*'
326
+ ' [Errno 9] Bad file descriptor.*:'
327
+ 'pytest.PytestUnraisableExceptionWarning',
328
+)
329
@pytest.mark.parametrize( # noqa: C901 # FIXME
330
'adapter_type',
331
(
0 commit comments