functional_tests: Install python3-pytest-django

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-04-03 22:02:52 -04:00
parent 35c9e591c9
commit 44b25ea617
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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