Skip to content

Commit ad3bb2e

Browse files
committed
update lock file and lowest dependencies test
1 parent 984a115 commit ad3bb2e

File tree

2 files changed

+718
-576
lines changed

2 files changed

+718
-576
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,13 @@ jobs:
238238
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
239239
with:
240240
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
242241
- name: Run tests
243242
shell: bash
244243
run: |
245244
uv venv
246245
source .venv/bin/activate
247246
uv pip install -e ".[test]" --resolution=lowest-direct
248-
pytest -v test/test_srv_polling.py
247+
pytest -v test
249248
250249
test_minimum_for_async:
251250
permissions:

0 commit comments

Comments
 (0)