functional tests: Fix wheel errors when provisioning VM

> error: invalid command 'bdist_wheel'

Kept popping up in the logs. It seems like `wheel` isn't in the deps of
the installed python packages. Therefore we now install it ourselves.

freedombox/plinth#1521 - Provision VM to run function functional tests

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
LoveIsGrief 2019-04-02 20:02:57 +02:00 committed by James Valleroy
parent d31b0ee3c7
commit 35c9e591c9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -7,6 +7,7 @@ sudo apt-get install -yq --no-install-recommends \
python3-pytest \
python3-pip firefox \
xvfb
pip3 install wheel
pip3 install splinter pytest-splinter pytest-bdd pytest-xvfb
echo "Installing geckodriver"