File tree 2 files changed +2
-0
lines changed
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
+ @unittest .skipIf ("PyPy" in sys .version , "PYTHON-4738 fails often on PyPy" )
383
384
@async_client_context .require_sync
384
385
async def test_fork (self ):
385
386
opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
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
+ @unittest .skipIf ("PyPy" in sys .version , "PYTHON-4738 fails often on PyPy" )
383
384
@client_context .require_sync
384
385
def test_fork (self ):
385
386
opts = AutoEncryptionOpts (KMS_PROVIDERS , "keyvault.datakeys" )
You can’t perform that action at this time.
0 commit comments