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 984a115 commit ad3bb2eCopy full SHA for ad3bb2e
.github/workflows/test-python.yml
@@ -238,14 +238,13 @@ jobs:
238
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
239
with:
240
mongodb-version: 6.0
241
- # Async and our test_dns do not support dnspython 1.X, so we don't run async or dns tests 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
248
- pytest -v test/test_srv_polling.py
+ pytest -v test
249
250
test_minimum_for_async:
251
permissions:
0 commit comments