Skip to content

Commit 9a192df

Browse files
committed
do not use rs
1 parent 17a4b63 commit 9a192df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
uses: mongodb-labs/drivers-evergreen-tools@master
7979
with:
8080
version: "${{ matrix.mongodb-version }}"
81-
topology: replica_set
8281
- name: Run tests
8382
run: uv run --extra test pytest -v
8483

@@ -242,7 +241,6 @@ jobs:
242241
uses: mongodb-labs/drivers-evergreen-tools@master
243242
with:
244243
version: "8.0"
245-
topology: replica_set
246244
# Async and our test_dns do not support dnspython 1.X, so we don't run async or dns tests here
247245
- name: Run tests
248246
shell: bash
@@ -269,7 +267,6 @@ jobs:
269267
uses: mongodb-labs/drivers-evergreen-tools@master
270268
with:
271269
version: "8.0"
272-
topology: replica_set
273270
# The lifetime kwarg we use in srv resolution was added to the async resolver API in dnspython 2.1.0
274271
- name: Run tests
275272
shell: bash

0 commit comments

Comments
 (0)