We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafa00e commit 3c2ce16Copy full SHA for 3c2ce16
test/asynchronous/test_monitor.py
@@ -57,6 +57,7 @@ async def create_client(self):
57
await connected(client)
58
return client
59
60
+ @unittest.skipIf("PyPy" in sys.version, "PYTHON-5283 fails often on PyPy")
61
async def test_cleanup_executors_on_client_del(self):
62
with warnings.catch_warnings(record=True) as w:
63
warnings.simplefilter("always")
test/test_monitor.py
@@ -57,6 +57,7 @@ def create_client(self):
connected(client)
def test_cleanup_executors_on_client_del(self):
0 commit comments