Skip to content

PYTHON-3885 Use tox in remaining Evergreen Tests #1347

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

Merged
merged 18 commits into from
Aug 9, 2023

Conversation

blink1073
Copy link
Member

No description provided.

@blink1073 blink1073 marked this pull request as ready for review August 9, 2023 11:32
@blink1073 blink1073 requested a review from a team as a code owner August 9, 2023 11:32
@blink1073 blink1073 requested review from sleepyStick and NoahStapp and removed request for a team and sleepyStick August 9, 2023 11:32

PYTHON=${PYTHON_BINARY:-}
if [ -z "$PYTHON" ]; then
if [ -z "$PYTHON_BINARY" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this file at all? What if we put the new contents directly into config.yml?

Copy link
Member Author

Choose a reason for hiding this comment

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

We would still run these two files as entrypoints for local testing. I wanted to keep the logic out of config.yml where possible, and there are parts of this that we don't want to echo and parts that we do.

Copy link
Contributor

Choose a reason for hiding this comment

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

Makes sense!


PYTHON=${PYTHON_BINARY:-}
if [ -z "$PYTHON" ]; then
if [ -z "$PYTHON_BINARY" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Same for this file

@blink1073 blink1073 requested a review from NoahStapp August 9, 2023 17:56
@blink1073
Copy link
Member Author

Note: the OIDC failure is tracked in PYTHON-3909

@blink1073 blink1073 merged commit 5d6d8ca into mongodb:master Aug 9, 2023
@blink1073 blink1073 deleted the PYTHON-3885 branch August 9, 2023 19:14
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