mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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.
|
# 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), @
|
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