Skip to content

Commit 112440d

Browse files
test(fixes): fix two kitchen test failures
1 parent 3bd6a83 commit 112440d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

kitchen.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ platforms:
1818
provision_command:
1919
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
2020
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
21+
# https://github.com/saltstack/salt/issues/39314
22+
- apt-get remove python-boto3 -y
2123
- name: ubuntu-1804-develop-py3
2224
driver:
2325
image: netmanagers/salt-develop-py3:ubuntu-18.04
2426
provision_command:
2527
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
2628
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
29+
# https://github.com/saltstack/salt/issues/39314
30+
- apt-get remove python-boto3 -y
2731
- name: centos-7-develop-py3
2832
driver:
2933
image: netmanagers/salt-develop-py3:centos-7

0 commit comments

Comments
 (0)