Skip to content

Commit 4a86e16

Browse files
committed
debug
1 parent 4defea2 commit 4a86e16

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.evergreen/scripts/run-direct-tests.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
createvirtualenv "$PYTHON_BINARY" .venv
88

99
# pip install -e ".[test]"
10-
10+
set -x
1111
python --version
12-
pip install pytest
12+
# pip install pytest
1313
pip install -e .
14-
pytest --version
14+
python -c "import pymongo"
15+
python -c "import bson"
16+
# pytest --version
1517

1618
pytest -v

0 commit comments

Comments
 (0)