Skip to content

Commit 5c0fab6

Browse files
committed
Fix uv resolution + use SRV tests
1 parent 1241795 commit 5c0fab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,5 +241,5 @@ jobs:
241241
run: |
242242
uv venv
243243
source .venv/bin/activate
244-
uv pip install -e ".[test]"
245-
PYMONGO_MUST_CONNECT=1 pytest -v -k client_context
244+
uv pip install -e ".[test]" --resolution=lowest-direct
245+
pytest -v test/test_srv_polling.py

0 commit comments

Comments
 (0)