Skip to content

Commit b0cfd5b

Browse files
committed
use concurrent runner and add min server version
1 parent 6fc638a commit b0cfd5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/asynchronous/test_discovery_and_monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ async def mock_close(self, reason):
452452

453453

454454
class TestPoolBackpressure(AsyncIntegrationTest):
455-
# @async_client_context.require_version_min(8, 0, 0)
455+
@async_client_context.require_version_min(7, 0, 0)
456456
async def test_connection_pool_is_not_cleared(self):
457457
listener = CMAPListener()
458458

test/test_discovery_and_monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def mock_close(self, reason):
450450

451451

452452
class TestPoolBackpressure(IntegrationTest):
453-
# @client_context.require_version_min(8, 0, 0)
453+
@client_context.require_version_min(7, 0, 0)
454454
def test_connection_pool_is_not_cleared(self):
455455
listener = CMAPListener()
456456

0 commit comments

Comments
 (0)