-
Notifications
You must be signed in to change notification settings - Fork 6
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
Salt upgrade #129
base: integration
Are you sure you want to change the base?
Salt upgrade #129
Changes from 6 commits
457c3d7
bb41230
ff1ae7e
d82bac0
ebed9dc
61d8d11
67e75e0
e5c645c
75535c3
d934ff0
73a0ac3
0aed7a3
9c56ec8
0ce3a09
6078c38
b64fea2
eb15c58
a906da1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
+20 −2 | .circleci/config.yml | |
+7 −0 | CHANGELOG.md | |
+1 −1 | README.md | |
+0 −207 | bin/heaviside | |
+59 −56 | heaviside/__init__.py | |
+224 −0 | heaviside/__main__.py | |
+9 −2 | heaviside/utils.py | |
+64 −0 | pyproject.toml | |
+1 −1 | requirements.txt | |
+0 −5 | setup.cfg | |
+0 −72 | setup.py |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,6 @@ include: | |
|
||
pip.installed: | ||
- name: {{ python2.nose2_cov_pkg }} | ||
- pip_bin: /usr/bin/pip3 | ||
- require: | ||
- sls: python.pip |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ include: | |
pyminifier: | ||
pip.installed: | ||
- name: pyminifier==2.1 | ||
- bin_env: /usr/local/bin/pip3 | ||
- pip_bin: /usr/bin/pip3 | ||
- require: | ||
- sls: python.python35 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These v3.5 requirements aren't causing problems? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah I missed that require, looks like the pyminifier salt file is only used in the "workstation" packer AMI though so it might not be executed when creating the core AMIs for the stack...Not sure what "workstation" is for? A developer environment I'm guessing?
|
||
- sls: python.pip |
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 am wondering if we should be using 3006. This is what ChatGPT says about versions: