tests: Change the way how we remove pyOpenSSL
the version coming from RPM is older and prevents installing ansible[azure] via pip. OTOH removing with yum also removes lorax-composer and breaks tests when running against the RPM instead of git checkout (which will be the default with Cockpit CI). Related: rhbz#1715003
This commit is contained in:
parent
94892e56dd
commit
9b5554aa1e
@ -53,7 +53,8 @@ rlJournalStart
|
||||
rlAssertRpm python2-pip
|
||||
fi
|
||||
|
||||
rlRun -t -c "yum -y remove python*-requests python*-dateutil pyOpenSSL"
|
||||
rlRun -t -c "rpm -e --nodeps pyOpenSSL"
|
||||
rlRun -t -c "yum -y remove python*-requests python*-dateutil"
|
||||
|
||||
rlRun -t -c "pip install --upgrade pip setuptools"
|
||||
rlRun -t -c "pip install ansible[azure] futures"
|
||||
|
Loading…
Reference in New Issue
Block a user