File tree 2 files changed +4
-0
lines changed
test/integration/default/todo
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,16 @@ platforms:
18
18
provision_command :
19
19
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
20
20
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
21
+ # https://github.com/saltstack/salt/issues/39314
22
+ - apt-get remove python-boto3 -y
21
23
- name : ubuntu-1804-develop-py3
22
24
driver :
23
25
image : netmanagers/salt-develop-py3:ubuntu-18.04
24
26
provision_command :
25
27
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
26
28
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
29
+ # https://github.com/saltstack/salt/issues/39314
30
+ - apt-get remove python-boto3 -y
27
31
- name : centos-7-develop-py3
28
32
driver :
29
33
image : netmanagers/salt-develop-py3:centos-7
File renamed without changes.
You can’t perform that action at this time.
0 commit comments