1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Tests: testsuite
Depends: build-essential,
locales-all,
python3.7-dev,
libpython3.7-testsuite,
python3-gdbm,
python3-distutils,
python3-tk,
idle-python3.7,
# 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,
python3-gdbm-dbg,
gdb,
python3-distutils,
python3-tk-dbg,
idle-python3.7,
# need to turn off apport
Restrictions: needs-root
Tests: failing-tests
Depends: build-essential,
locales-all,
python3.7-dev,
libpython3.7-testsuite,
python3-gdbm,
python3-distutils,
# need to turn off apport
Restrictions: needs-root allow-stderr
Tests: failing-tests-dbg
Depends: build-essential,
locales-all,
python3.7-dev,
python3.7-dbg,
libpython3.7-testsuite,
python3-gdbm-dbg,
gdb,
python3-distutils,
# need to turn off apport
Restrictions: needs-root allow-stderr
|