diff options
Diffstat (limited to 'debian/tests')
| -rw-r--r-- | debian/tests/control | 2 | ||||
| -rw-r--r-- | debian/tests/run-tests | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index bdca7d61..9c92c35d 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ Tests: run-tests -Depends: @, apt-utils, python-debian, fakeroot, intltool, pep8, pyflakes +Depends: @, apt-utils, python-debian, python-all, python3-all, fakeroot, intltool, pep8, pyflakes diff --git a/debian/tests/run-tests b/debian/tests/run-tests index bb980c6b..7d7a4bf3 100644 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -3,6 +3,6 @@ set -e # from debian/rules -for python in $(utils/pyversions -r); do +for python in $(utils/pyversions -r); do $python tests/test_all.py -q done |
