From: Thierry Parmentelat Date: Fri, 13 Nov 2020 06:17:44 +0000 (+0100) Subject: add pyOpenSSL to the list of packages to pip2 install for sfa X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=510d4f034ed4bd4f8abb00cf04abcfbe53ab3ccd add pyOpenSSL to the list of packages to pip2 install for sfa --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 8c046a0..7befc3f 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1521,6 +1521,8 @@ class TestPlc: def install_pip2(self): + # xxx could make sense to mirror this one + replacements = [ "https://acc.dl.osdn.jp/storage/g/u/un/unitedrpms/32/x86_64/python2-pip-19.1.1-7.fc32.noarch.rpm", ] @@ -1549,8 +1551,6 @@ class TestPlc: or self.run_in_guest("pip2 install python2-m2crypto") == 0 or self.run_in_guest("dnf localinstall -y " + " ".join(replacements)) == 0) - return attempt - # about pip2: # we can try and use # that qould then need to be mirrored @@ -1572,6 +1572,7 @@ class TestPlc: 'lxml', 'python-dateutil', 'psycopg2-binary', + 'pyOpenSSL', ] return (