Skip to content

Commit 8c67ca5

Browse files
committed
cleanup
1 parent 37961c8 commit 8c67ca5

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

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

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,9 @@
22
set -x
33
. .evergreen/utils.sh
44

5-
env
6-
# . .evergreen/scripts/env.sh
7-
ls pymongo
5+
. .evergreen/scripts/env.sh
86
createvirtualenv "$PYTHON_BINARY" .venv
9-
ls pymongo
10-
# pip install -e ".[test]"
11-
ulimit -c unlimited
12-
python --version
13-
# pip install pytest
14-
export PYMONGO_C_EXT_MUST_BUILD=1
15-
pip install setuptools
16-
python _setup.py build_ext -i
17-
pip install -v -e .
18-
ls pymongo
19-
# python -c "import pymongo"
20-
python -c "import bson"
21-
# pytest --version
227

8+
export PYMONGO_C_EXT_MUST_BUILD=1
9+
pip install -e ".[test]"
2310
pytest -v

0 commit comments

Comments
 (0)