Skip to content

Commit

Permalink
Ensure virtualenv on Jenkins nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Feb 20, 2024
1 parent e4dfb20 commit 6297984
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions puppet/modules/slave/manifests/unittests.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@
ensure_packages([$libxml2_dev, $libxslt1_dev, $libkrb5_dev, $systemd_dev, 'freeipmi', 'ipmitool', $firefox, $libvirt_dev, $libcurl_dev,
$sqlite3_dev, $libyaml_dev])

if $facts['os']['family'] == 'RedHat' and $facts['os']['release']['major'] == '7' {
ensure_packages(['python-virtualenv'])
}
ensure_packages(['python3-virtualenv'])

# nodejs/npm for JavaScript tests
if $facts['os']['family'] == 'RedHat' {
Expand Down

0 comments on commit 6297984

Please sign in to comment.