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 6f5bda7 commit 9479af6Copy full SHA for 9479af6
.github/workflows/test-python.yml
@@ -74,7 +74,7 @@ jobs:
74
with:
75
version: "${{ matrix.mongodb-version }}"
76
- name: Run tests
77
- run: uv run --extra test pytest -v
+ run: uv run --extra test pytest -v test/asynchronous/test_session.py test/test_session.py
78
79
doctest:
80
runs-on: ubuntu-latest
0 commit comments