-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
This test is failing on 3.8.15 PyPy 7.3.10:
FAIL: test_iteration (test_client.ClientUnitTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/mongo-python-driver/mongo-python-driver/test/test_client.py", line 226, in test_iteration for _ in client: # type: ignore[misc] # error: "None" not callable [misc] TypeError: 'MongoClient' object is not iterable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/mongo-python-driver/mongo-python-driver/test/test_client.py", line 227, in test_iteration break AssertionError: "'NoneType' object is not callable" does not match "'MongoClient' object is not iterable"
https://github.com/ShaneHarvey/mongo-python-driver/actions/runs/3735474178/jobs/6338757772