-
Type:
Build Failure
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
PYTHON-4941 moved the unittest.skipIf check for TestNoSessionsSupport to its asyncSetup method, which fails due to the decorator form of unittest.skipIf transforming asyncSetup to a synchronous function. This check should instead be moved to the class itself.