-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
|
||
PYTHON=${PYTHON_BINARY:-} | ||
if [ -z "$PYTHON" ]; then | ||
if [ -z "$PYTHON_BINARY" ]; then |
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.
Do we need this file at all? What if we put the new contents directly into config.yml
?
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.
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.
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.
Makes sense!
|
||
PYTHON=${PYTHON_BINARY:-} | ||
if [ -z "$PYTHON" ]; then | ||
if [ -z "$PYTHON_BINARY" ]; then |
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.
Same for this file
Note: the OIDC failure is tracked in PYTHON-3909 |
No description provided.