PYTHON-4738 Skip encryption test_fork on PyPy (#1865)
This commit is contained in:
parent
9a71be1615
commit
6d472a10a1
@ -380,6 +380,7 @@ class TestClientSimple(AsyncEncryptionIntegrationTest):
|
||||
is_greenthread_patched(),
|
||||
"gevent and eventlet do not support POSIX-style forking.",
|
||||
)
|
||||
@unittest.skipIf("PyPy" in sys.version, "PYTHON-4738 fails often on PyPy")
|
||||
@async_client_context.require_sync
|
||||
async def test_fork(self):
|
||||
opts = AutoEncryptionOpts(KMS_PROVIDERS, "keyvault.datakeys")
|
||||
|
||||
@ -380,6 +380,7 @@ class TestClientSimple(EncryptionIntegrationTest):
|
||||
is_greenthread_patched(),
|
||||
"gevent and eventlet do not support POSIX-style forking.",
|
||||
)
|
||||
@unittest.skipIf("PyPy" in sys.version, "PYTHON-4738 fails often on PyPy")
|
||||
@client_context.require_sync
|
||||
def test_fork(self):
|
||||
opts = AutoEncryptionOpts(KMS_PROVIDERS, "keyvault.datakeys")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user