1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Tests: testsuite
Depends: build-essential, locales, python3.5-dev, libpython3.5-testsuite, python3-gdbm
# need to turn off apport
Restrictions: needs-root
Tests: testsuite-dbg
Depends: build-essential, locales, python3.5-dev, python3.5-dbg, libpython3.5-testsuite, python3-gdbm-dbg, gdb
# need to turn off apport
Restrictions: needs-root
Tests: failing-tests
Depends: build-essential, locales, python3.5-dev, libpython3.5-testsuite, python3-gdbm
# need to turn off apport
Restrictions: needs-root allow-stderr
Tests: failing-tests-dbg
Depends: build-essential, locales, python3.5-dev, python3.5-dbg, libpython3.5-testsuite, python3-gdbm-dbg, gdb
# need to turn off apport
Restrictions: needs-root allow-stderr
|