Skip to content

Commit ab451b8

Browse files
committed
try with just pytest
1 parent 92b8072 commit ab451b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
createvirtualenv "$PYTHON_BINARY" .venv
88

9-
pip install -e ".[test]"
9+
# pip install -e ".[test]"
1010

1111
python --version
12+
pip install pytest
1213
export PYTHONFAULTHANDLER=1
1314
pytest --version
1415

0 commit comments

Comments
 (0)