diff --git a/tests/test_core_remote.py b/tests/test_core_remote.py index f148c60..28189d2 100644 --- a/tests/test_core_remote.py +++ b/tests/test_core_remote.py @@ -66,6 +66,7 @@ async def asyncSetUp(self) -> None: pymongo.errors.NetworkTimeout, pymongo.errors.ServerSelectionTimeoutError, elastic_transport.ConnectionError, + NameError, ): try: await client.drop()