Skip to content

Commit d999597

Browse files
committed
ci(kitchen): remove python*-pip installation
* Now available in pre-salted images
1 parent 45a921d commit d999597

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kitchen.yml

-6
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@ platforms:
1616
driver:
1717
image: netmanagers/salt-develop-py3:debian-9
1818
provision_command:
19-
- apt-get update && apt-get install -y python3-pip
2019
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
2120
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
2221
- name: ubuntu-1804-develop-py3
2322
driver:
2423
image: netmanagers/salt-develop-py3:ubuntu-18.04
2524
provision_command:
26-
- apt-get update && apt-get install -y python3-pip
2725
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
2826
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
2927
- name: centos-7-develop-py3
@@ -86,8 +84,6 @@ platforms:
8684
- name: opensuse-leap-42-2018-3-py2
8785
driver:
8886
image: netmanagers/salt-2018.3-py2:opensuse-leap-42
89-
provision_command:
90-
- zypper refresh && zypper install -y python-pip
9187
run_command: /usr/lib/systemd/systemd
9288

9389
## SALT 2017.7
@@ -107,8 +103,6 @@ platforms:
107103
- name: opensuse-leap-42-2017-7-py2
108104
driver:
109105
image: netmanagers/salt-2017.7-py2:opensuse-leap-42
110-
provision_command:
111-
- zypper refresh && zypper install -y python-pip
112106
run_command: /usr/lib/systemd/systemd
113107

114108
provisioner:

0 commit comments

Comments
 (0)