We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67100fc commit 88ae345Copy full SHA for 88ae345
test/asynchronous/test_ssl.py
@@ -376,6 +376,7 @@ async def test_cert_ssl_validation_hostname_matching(self):
376
)
377
378
@async_client_context.require_tlsCertificateKeyFile
379
+ @async_client_context.require_sync
380
@ignore_deprecations
381
async def test_tlsCRLFile_support(self):
382
if not hasattr(ssl, "VERIFY_CRL_CHECK_LEAF") or HAVE_PYSSL:
test/test_ssl.py
@@ -376,6 +376,7 @@ def test_cert_ssl_validation_hostname_matching(self):
@client_context.require_tlsCertificateKeyFile
+ @client_context.require_sync
def test_tlsCRLFile_support(self):
0 commit comments