Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PYTHON-4504 [v4.8] Update mod_wsgi test to not call setup.py (#1684) #1686

Merged
merged 2 commits into from
Jun 15, 2024

Conversation

blink1073
Copy link
Member

(cherry picked from commit fe0faf7)

@blink1073 blink1073 requested a review from NoahStapp June 14, 2024 16:30
@@ -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 .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't do pip install here because it will install on the evergreen host itself. We need to create a venv first.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated from master

@blink1073 blink1073 merged commit 5d8b433 into mongodb:v4.8 Jun 15, 2024
30 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants