Skip to content

Commit 79d3f7b

Browse files
committed
test(debian): use python3-pip
1 parent 021a0b6 commit 79d3f7b

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

test/integration/default/files/_mapdata/debian-10.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ values:
8888
timeout: 120
8989
required:
9090
pkgs:
91-
- libpython2.7-dev
92-
- python-pip
91+
- python3-pip
9392
states: []
9493
unwanted:
9594
- campbel

test/integration/default/files/_mapdata/debian-11.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ values:
8888
timeout: 120
8989
required:
9090
pkgs:
91-
- libpython2.7-dev
92-
- python-pip
91+
- python3-pip
9392
states: []
9493
unwanted:
9594
- campbel

test/integration/default/files/_mapdata/debian-9.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ values:
8888
timeout: 120
8989
required:
9090
pkgs:
91-
- libpython2.7-dev
92-
- python-pip
91+
- python3-pip
9392
states: []
9493
unwanted:
9594
- campbel

test/salt/pillar/debian.sls

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ packages:
3838
# Pillar parameters have precedence so, if you add a package here, you
3939
# should also add the python pip package you want. Otherwise, the formula
4040
# will take care of getting it if needed.
41-
- libpython2.7-dev
42-
- python-pip
41+
- python3-pip
4342
wanted:
4443
# TODO: Investigate why this is longer working
4544
# - dxpy

0 commit comments

Comments
 (0)