Skip to content

Commit

Permalink
PYTHON-4504 Update mod_wsgi test to not call setup.py (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 14, 2024
1 parent 8b6bb83 commit fe0faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/run-mod-wsgi-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
PYTHON_VERSION=$(${PYTHON_BINARY} -c "import sys; sys.stdout.write('.'.join(str(val) for val in sys.version_info[:2]))")

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

export MOD_WSGI_SO=/opt/python/mod_wsgi/python_version/$PYTHON_VERSION/mod_wsgi_version/$MOD_WSGI_VERSION/mod_wsgi.so
export PYTHONHOME=/opt/python/$PYTHON_VERSION
Expand Down

0 comments on commit fe0faf7

Please sign in to comment.