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 Update mod_wsgi test to not call setup.py #1684

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

blink1073
Copy link
Member

No description provided.

@blink1073 blink1073 merged commit fe0faf7 into mongodb:master Jun 14, 2024
33 of 36 checks passed
@blink1073 blink1073 deleted the PYTHON-4504 branch June 14, 2024 16:30
blink1073 added a commit to blink1073/mongo-python-driver that referenced this pull request Jun 14, 2024
@@ -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.

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.

3 participants