Skip to content

Commit a078102

Browse files
committed
Remove dns test for compat reasons
1 parent 80667e9 commit a078102

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,11 @@ jobs:
238238
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
239239
with:
240240
mongodb-version: 6.0
241+
# Async does not support dnspython 1.X, so we don't run test_dns here
241242
- name: Run tests
242243
shell: bash
243244
run: |
244245
uv venv
245246
source .venv/bin/activate
246247
uv pip install -e ".[test]" --resolution=lowest-direct
247-
pytest -v test/asynchronous/test_srv_polling.py test/asynchronous/test_dns.py test/test_srv_polling.py test/test_dns.py
248+
pytest -v test/asynchronous/test_srv_polling.py test/test_srv_polling.py

0 commit comments

Comments
 (0)