-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3983 Clean up handling of PYTHON_BINARY #1382
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
blink1073
merged 38 commits into
mongodb:master
from
blink1073:cleanup-python-binary-handling
Oct 7, 2023
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
19dd40b
clean up python binary handling
blink1073 dac5f7a
fix paths
blink1073 f6c2a81
clean up
blink1073 c416506
clean up
blink1073 be17b0d
clean up
blink1073 90f62c4
clean up
blink1073 bc24f0b
clean up
blink1073 c3c9c3a
debug
blink1073 e02b0ba
clean up
blink1073 db2ab54
clean up
blink1073 870f531
fix aws
blink1073 1004553
use python3
blink1073 4e66acb
more cleanup
blink1073 423c0d2
try again
blink1073 93246dc
try again
blink1073 306c34c
try a fix for aws
blink1073 28efe45
try with our own functions
blink1073 46172b0
cleanup
blink1073 85a0f33
fix handling of venv
blink1073 a43b34c
cleanup
blink1073 d87e653
fixups
blink1073 dfbca6e
more cleanup
blink1073 b3fde22
more cleanup
blink1073 f2fd053
try virtualenv again
blink1073 c0a7f7c
more venv cleanup
blink1073 b8f86c7
more venv cleanup
blink1073 3c66cdb
fix use of virtualenv on macos
blink1073 3577a22
syntax
blink1073 db0346e
Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 4ff5a4d
fixup
blink1073 d39a5a0
fixup
blink1073 44a41ed
fixup
blink1073 b534e50
try this approach
blink1073 cfdf1be
Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 8d228a7
try all fixups
blink1073 e898c7e
fixups
blink1073 dcb4d22
More fixups
blink1073 42a956f
Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the rationale behind directly calling
setup_secrets.shinstead of using tox?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our tox env replicates the env requirements in DRIVERS_TOOLS, I think we should migrate away from it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we migrate away from the tox env, what process do we envision for running these tests locally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By running the script in DET to get the secrets file, which would only have to be done infrequently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! Can we add that step to the local testing documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened https://jira.mongodb.org/browse/PYTHON-3986