We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae2476 commit 911ceabCopy full SHA for 911ceab
tests/test_api.py
@@ -296,6 +296,7 @@ def test_sslcontext_api_success(host):
296
297
298
@successful_hosts
299
+@pytest.mark.filterwarnings("ignore:enable_cleanup_closed ignored.*:DeprecationWarning")
300
@pytest.mark.asyncio
301
async def test_sslcontext_api_success_async(host):
302
ctx = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
@@ -323,6 +324,7 @@ def test_sslcontext_api_failures(failure):
323
324
325
326
@failure_hosts
327
328
329
async def test_sslcontext_api_failures_async(failure):
330
0 commit comments