We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80667e9 commit a078102Copy full SHA for a078102
.github/workflows/test-python.yml
@@ -238,10 +238,11 @@ jobs:
238
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
239
with:
240
mongodb-version: 6.0
241
+ # Async does not support dnspython 1.X, so we don't run test_dns here
242
- name: Run tests
243
shell: bash
244
run: |
245
uv venv
246
source .venv/bin/activate
247
uv pip install -e ".[test]" --resolution=lowest-direct
- 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