mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
functional_tests: Install python3-pytest-django
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
35c9e591c9
commit
44b25ea617
@ -218,7 +218,7 @@ tests will create the required user using FreedomBox's first boot process.
|
||||
export FREEDOMBOX_URL=https://localhost
|
||||
```
|
||||
|
||||
You will be running `py.test-3`.
|
||||
You will be running `py.test-3`.
|
||||
|
||||
```
|
||||
$ py.test-3 --include-functional
|
||||
|
||||
@ -4,7 +4,7 @@ IFS=$'\n\t'
|
||||
|
||||
echo "Installing requirements"
|
||||
sudo apt-get install -yq --no-install-recommends \
|
||||
python3-pytest \
|
||||
python3-pytest python3-pytest-django \
|
||||
python3-pip firefox \
|
||||
xvfb
|
||||
pip3 install wheel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user