Skip to content

Commit fe0faf7

Browse files
authored
PYTHON-4504 Update mod_wsgi test to not call setup.py (mongodb#1684)
1 parent 8b6bb83 commit fe0faf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-mod-wsgi-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
PYTHON_VERSION=$(${PYTHON_BINARY} -c "import sys; sys.stdout.write('.'.join(str(val) for val in sys.version_info[:2]))")
2020

2121
# Ensure the C extensions are installed.
22-
${PYTHON_BINARY} setup.py build_ext -i
22+
${PYTHON_BINARY} -m pip install -e .
2323

2424
export MOD_WSGI_SO=/opt/python/mod_wsgi/python_version/$PYTHON_VERSION/mod_wsgi_version/$MOD_WSGI_VERSION/mod_wsgi.so
2525
export PYTHONHOME=/opt/python/$PYTHON_VERSION

0 commit comments

Comments
 (0)