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 1241795 commit 5c0fab6Copy full SHA for 5c0fab6
.github/workflows/test-python.yml
@@ -241,5 +241,5 @@ jobs:
241
run: |
242
uv venv
243
source .venv/bin/activate
244
- uv pip install -e ".[test]"
245
- PYMONGO_MUST_CONNECT=1 pytest -v -k client_context
+ uv pip install -e ".[test]" --resolution=lowest-direct
+ pytest -v test/test_srv_polling.py
0 commit comments