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

test(NODE-6745): only find python when installing native #4422

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

durran
Copy link
Member

@durran durran commented Feb 18, 2025

Description

Reverts changes in tools for finding python3 that broken the AWS ECS tests. Companion PR: mongodb-labs/drivers-evergreen-tools#602

What is changing?

Moves the forced python3 find into our install dependencies script only when testing functionality with a native module.

Is there new documentation needed for these changes?

None

What is the motivation for this change?

NODE-6745

mongodb-labs/drivers-evergreen-tools#602

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@@ -32,7 +32,7 @@ export PATH="$MONGODB_BINARIES:$PATH"

if [ ! -d "$DRIVERS_TOOLS" ]; then
# Only clone driver tools if it does not exist
git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
git clone --depth=1 --branch NODE-6745 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
Copy link
Member Author

Choose a reason for hiding this comment

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

Will revert back after tools merge.

@durran durran changed the title Node 6745 test(NODE-6745): only find python when installing native Feb 18, 2025
@durran durran marked this pull request as ready for review February 18, 2025 00:43
@durran durran requested a review from a team as a code owner February 18, 2025 00:43
@baileympearson baileympearson added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Feb 18, 2025
@baileympearson baileympearson self-assigned this Feb 18, 2025
@baileympearson baileympearson self-requested a review February 18, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants