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 281c72a commit 80667e9Copy full SHA for 80667e9
.github/workflows/test-python.yml
@@ -238,10 +238,10 @@ jobs:
238
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
239
with:
240
mongodb-version: 6.0
241
- - name: Run connect test
+ - name: Run tests
242
shell: bash
243
run: |
244
uv venv
245
source .venv/bin/activate
246
uv pip install -e ".[test]" --resolution=lowest-direct
247
- pytest -v test/test_srv_polling.py
+ pytest -v test/asynchronous/test_srv_polling.py test/asynchronous/test_dns.py test/test_srv_polling.py test/test_dns.py
0 commit comments