ci: Update Gitlab websocket-autobahn job for Fedora 32

Fedora 32 removed Python2 packages, we need to install compatibility
packages and install pip2 manually.
Autobahn test suite does not still support Python3.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
Acked-by: Uri Lublin <ulublin@redhat.com>
This commit is contained in:
Frediano Ziglio 2020-07-13 11:38:02 +01:00
parent 8dcbc99d3f
commit c87bd86c44

View File

@ -159,8 +159,10 @@ makecheck-windows:
websocket-autobahn:
script:
- >
dnf install python2 python2-pip python2-devel python-unversioned-command
dnf install python27 python-unversioned-command curl
-y
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python2 get-pip.py
- pip2 install autobahntestsuite
- wstest -a
- >