mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
debian: tests: Fix PYTHONPATH
Fixes: #2290. Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
bbb6451254
commit
785e0b7783
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -13,5 +13,5 @@ Restrictions: needs-root
|
||||
#
|
||||
# Run unit and integration tests on installed files.
|
||||
#
|
||||
Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/plinth/' py.test-3 -p no:cacheprovider --cov=plinth --cov-report=html:debci/htmlcov --cov-report=term
|
||||
Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/' py.test-3 -p no:cacheprovider --cov=plinth --cov-report=html:debci/htmlcov --cov-report=term
|
||||
Depends: git, python3-openssl, python3-pytest, python3-pytest-cov, python3-pytest-django, python3-tomli | python3-coverage (<< 6.0), @
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user