mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
tests: functional: Add package for printing test failures instantly
- Makes it easy to investigate functional test failures as the test are run. - This will help functional tests that are timing out before failure stack traces can be shown. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
5689baf5c0
commit
a63c632496
@ -4,8 +4,8 @@ IFS=$'\n\t'
|
||||
|
||||
echo "Installing requirements"
|
||||
sudo apt-get install -yq --no-install-recommends \
|
||||
python3-pytest python3-pytest-django python3-pytest-xdist \
|
||||
python3-pip python3-wheel firefox-esr git smbclient
|
||||
python3-pytest python3-pytest-django python3-pytest-instafail \
|
||||
python3-pytest-xdist python3-pip python3-wheel firefox-esr git smbclient
|
||||
|
||||
# Use compatible versions of Splinter and Selenium
|
||||
PIP_VERSION=$(dpkg-query -W -f '${Version}' python3-pip)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user