Skip to content

Commit 88ae345

Browse files
committed
fix test
1 parent 67100fc commit 88ae345

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/asynchronous/test_ssl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ async def test_cert_ssl_validation_hostname_matching(self):
376376
)
377377

378378
@async_client_context.require_tlsCertificateKeyFile
379+
@async_client_context.require_sync
379380
@ignore_deprecations
380381
async def test_tlsCRLFile_support(self):
381382
if not hasattr(ssl, "VERIFY_CRL_CHECK_LEAF") or HAVE_PYSSL:

test/test_ssl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def test_cert_ssl_validation_hostname_matching(self):
376376
)
377377

378378
@client_context.require_tlsCertificateKeyFile
379+
@client_context.require_sync
379380
@ignore_deprecations
380381
def test_tlsCRLFile_support(self):
381382
if not hasattr(ssl, "VERIFY_CRL_CHECK_LEAF") or HAVE_PYSSL:

0 commit comments

Comments
 (0)