Skip to content

Commit d6bc593

Browse files
committed
CI: Dont pin pip to an outdated version
1 parent 647a8fc commit d6bc593

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

spec/acceptance/pip_spec.rb

-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class { 'python':
1414
ensure => 'present',
1515
systempkgs => false,
1616
mode => '0755',
17-
pip_version => '<= 20.3.4',
1817
}
1918
2019
python::pip { 'agent package':
@@ -47,7 +46,6 @@ class { 'python':
4746
ensure => 'present',
4847
systempkgs => false,
4948
mode => '0755',
50-
pip_version => '<= 20.3.4',
5149
}
5250
5351
python::pip { 'agent package install':
@@ -86,7 +84,6 @@ class { 'python':
8684
ensure => 'present',
8785
systempkgs => false,
8886
mode => '0755',
89-
pip_version => '<= 20.3.4',
9087
}
9188
9289
python::pip { 'agent package':
@@ -116,7 +113,6 @@ class { 'python':
116113
ensure => 'present',
117114
systempkgs => false,
118115
mode => '0755',
119-
pip_version => '<= 20.3.4',
120116
}
121117
122118
python::pip { 'agent package via extra_index':

spec/acceptance/pyvenv_spec.rb

-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class { 'python':
2626
owner => 'agent',
2727
group => 'agent',
2828
mode => '0755',
29-
pip_version => '<= 20.3.4',
3029
}
3130
PUPPET
3231

@@ -58,7 +57,6 @@ class { 'python':
5857
owner => 'agent',
5958
group => 'agent',
6059
mode => '0755',
61-
pip_version => '<= 20.3.4',
6260
}
6361
python::pip { 'agent' :
6462
ensure => 'latest',
@@ -98,7 +96,6 @@ class { 'python':
9896
owner => 'agent',
9997
group => 'agent',
10098
mode => '0755',
101-
pip_version => '<= 20.3.4',
10299
}
103100
python::pip { 'agent' :
104101
virtualenv => '/opt/agent/venv',
@@ -135,7 +132,6 @@ class { 'python':
135132
owner => 'agent',
136133
group => 'agent',
137134
mode => '0755',
138-
pip_version => '<= 20.3.4',
139135
}
140136
python::pip { 'agent' :
141137
virtualenv => '/opt/agent/venv',
@@ -172,7 +168,6 @@ class { 'python':
172168
owner => 'agent',
173169
group => 'agent',
174170
mode => '0755',
175-
pip_version => '<= 20.3.4',
176171
}
177172
python::pip { 'agent' :
178173
ensure => '0.1.2',
@@ -220,7 +215,6 @@ class { 'python':
220215
owner => 'agent',
221216
group => 'agent',
222217
mode => '0755',
223-
pip_version => '<= 20.3.4',
224218
python_path => '/usr/bin/mycustompython',
225219
}
226220
python::pip { 'agent' :

0 commit comments

Comments
 (0)