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 a2b628b commit 45d32daCopy full SHA for 45d32da
.evergreen/scripts/run-mod-wsgi-tests.sh
@@ -22,7 +22,8 @@ PYTHON_VERSION=$(${PYTHON_BINARY} -c "import sys; sys.stdout.write('.'.join(str(
22
${PYTHON_BINARY} -m venv --system-site-packages .venv
23
source .venv/bin/activate
24
pip install -U pip
25
-python -m pip install -e .
+export PYMONGO_C_EXT_MUST_BUILD=1
26
+python -m pip install -v -e .
27
28
export MOD_WSGI_SO=/opt/python/mod_wsgi/python_version/$PYTHON_VERSION/mod_wsgi_version/$MOD_WSGI_VERSION/mod_wsgi.so
29
export PYTHONHOME=/opt/python/$PYTHON_VERSION
0 commit comments