Skip to content

Commit cdf23d9

Browse files
committed
modifying sdist test to also test async client_context
1 parent 50c9be0 commit cdf23d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ jobs:
209209
ls
210210
which python
211211
pip install -e ".[test]"
212-
PYMONGO_MUST_CONNECT=1 pytest -v test/test_client_context.py
212+
PYMONGO_MUST_CONNECT=1 pytest -k client_context

0 commit comments

Comments
 (0)