-
Notifications
You must be signed in to change notification settings - Fork 546
Fix Amazon Linux 2 Python 3 support and other clean up #1401
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
…talled for Py 3 tests
Just a heads up that you will want to remove the |
Looks good, the CI test seems to be passed. |
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.
Please remove the version bump.
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.
LGTM
What does this PR do?
Provides bootstrap support for Amazon Linux 2 Python 3 support, and other minor cleanup
Work-in-progress to utilize testing
What issues does this PR fix or reference?
#1391
Previous Behavior
Installed Python 2 Amazon Linux 2 salt-minion, when Python 3 Amazon Linux 2 salt-minion was desired
New Behavior
Installs Python 3 Amazon Linux 2 salt-minion via bootstrap with '-x python3' parameter.