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 37961c8 commit 8c67ca5Copy full SHA for 8c67ca5
.evergreen/scripts/run-direct-tests.sh
@@ -2,22 +2,9 @@
2
set -x
3
. .evergreen/utils.sh
4
5
-env
6
-# . .evergreen/scripts/env.sh
7
-ls pymongo
+. .evergreen/scripts/env.sh
8
createvirtualenv "$PYTHON_BINARY" .venv
9
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
19
-# python -c "import pymongo"
20
-python -c "import bson"
21
-# pytest --version
22
+export PYMONGO_C_EXT_MUST_BUILD=1
+pip install -e ".[test]"
23
pytest -v
0 commit comments