diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/debian/tests/control b/debian/tests/control index 6a9d7b2..35150ae 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,33 +1,35 @@ Tests: testsuite Depends: build-essential, locales-all, - python3.7-dev, - libpython3.7-testsuite, + python3.8-dev, + libpython3.8-testsuite, python3-gdbm, python3-distutils, python3-tk, - idle-python3.7, + idle-python3.8, + systemtap-sdt-dev, # need to turn off apport Restrictions: needs-root Tests: testsuite-dbg Depends: build-essential, - locales-all, python3.7-dev, - python3.7-dbg, - libpython3.7-testsuite, + locales-all, python3.8-dev, + python3.8-dbg, + libpython3.8-testsuite, python3-gdbm-dbg, gdb, python3-distutils, python3-tk-dbg, - idle-python3.7, + idle-python3.8, + systemtap-sdt-dev, # need to turn off apport Restrictions: needs-root Tests: failing-tests Depends: build-essential, locales-all, - python3.7-dev, - libpython3.7-testsuite, + python3.8-dev, + libpython3.8-testsuite, python3-gdbm, python3-distutils, # need to turn off apport @@ -36,9 +38,9 @@ Restrictions: needs-root allow-stderr Tests: failing-tests-dbg Depends: build-essential, locales-all, - python3.7-dev, - python3.7-dbg, - libpython3.7-testsuite, + python3.8-dev, + python3.8-dbg, + libpython3.8-testsuite, python3-gdbm-dbg, gdb, python3-distutils, |