mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
d31b0ee3c7
commit
35c9e591c9
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user