Skip to content

Commit

Permalink
CI: Dont pin pip to an outdated version
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 26, 2024
1 parent 647a8fc commit d6bc593
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions spec/acceptance/pip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class { 'python':
ensure => 'present',
systempkgs => false,
mode => '0755',
pip_version => '<= 20.3.4',
}
python::pip { 'agent package':
Expand Down Expand Up @@ -47,7 +46,6 @@ class { 'python':
ensure => 'present',
systempkgs => false,
mode => '0755',
pip_version => '<= 20.3.4',
}
python::pip { 'agent package install':
Expand Down Expand Up @@ -86,7 +84,6 @@ class { 'python':
ensure => 'present',
systempkgs => false,
mode => '0755',
pip_version => '<= 20.3.4',
}
python::pip { 'agent package':
Expand Down Expand Up @@ -116,7 +113,6 @@ class { 'python':
ensure => 'present',
systempkgs => false,
mode => '0755',
pip_version => '<= 20.3.4',
}
python::pip { 'agent package via extra_index':
Expand Down
6 changes: 0 additions & 6 deletions spec/acceptance/pyvenv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class { 'python':
owner => 'agent',
group => 'agent',
mode => '0755',
pip_version => '<= 20.3.4',
}
PUPPET

Expand Down Expand Up @@ -58,7 +57,6 @@ class { 'python':
owner => 'agent',
group => 'agent',
mode => '0755',
pip_version => '<= 20.3.4',
}
python::pip { 'agent' :
ensure => 'latest',
Expand Down Expand Up @@ -98,7 +96,6 @@ class { 'python':
owner => 'agent',
group => 'agent',
mode => '0755',
pip_version => '<= 20.3.4',
}
python::pip { 'agent' :
virtualenv => '/opt/agent/venv',
Expand Down Expand Up @@ -135,7 +132,6 @@ class { 'python':
owner => 'agent',
group => 'agent',
mode => '0755',
pip_version => '<= 20.3.4',
}
python::pip { 'agent' :
virtualenv => '/opt/agent/venv',
Expand Down Expand Up @@ -172,7 +168,6 @@ class { 'python':
owner => 'agent',
group => 'agent',
mode => '0755',
pip_version => '<= 20.3.4',
}
python::pip { 'agent' :
ensure => '0.1.2',
Expand Down Expand Up @@ -220,7 +215,6 @@ class { 'python':
owner => 'agent',
group => 'agent',
mode => '0755',
pip_version => '<= 20.3.4',
python_path => '/usr/bin/mycustompython',
}
python::pip { 'agent' :
Expand Down

0 comments on commit d6bc593

Please sign in to comment.