File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ async def test_use_after_close(self):
380
380
is_greenthread_patched (),
381
381
"gevent and eventlet do not support POSIX-style forking." ,
382
382
)
383
+ @async_client_context .require_sync
383
384
async def test_fork (self ):
384
385
opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
385
386
client = await self .async_rs_or_single_client (auto_encryption_opts = opts )
Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ def test_use_after_close(self):
380
380
is_greenthread_patched (),
381
381
"gevent and eventlet do not support POSIX-style forking." ,
382
382
)
383
+ @client_context .require_sync
383
384
def test_fork (self ):
384
385
opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
385
386
client = self .rs_or_single_client (auto_encryption_opts = opts )
You can’t perform that action at this time.
0 commit comments