mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
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:
parent
8dcbc99d3f
commit
c87bd86c44
@ -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
|
||||
- >
|
||||
|
||||
Loading…
Reference in New Issue
Block a user