PYTHON-2723 Make mongos_clients a class property (#1563)

This commit is contained in:
Steven Silvester 2024-03-27 13:37:19 -05:00 committed by GitHub
parent 9a206a3896
commit e68bd6f83e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -971,6 +971,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
RUN_ON_LOAD_BALANCER = True
RUN_ON_SERVERLESS = True
TEST_SPEC: Any
mongos_clients: list[MongoClient] = []
@staticmethod
def should_run_on(run_on_spec):