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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Tests: testsuite
Depends: build-essential,
ca-certificates,
locales-all,
python3.13-dev,
libpython3.13-testsuite:native,
python3.13-gdbm,
python3.13-tk,
idle-python3.13,
systemtap-sdt-dev,
python3.13-venv,
# need to turn off apport
Restrictions: needs-root, allow-stderr
Tests: testsuite-dbg
Depends: build-essential,
ca-certificates,
locales-all, python3.13-dev,
python3.13-dbg,
libpython3.13-testsuite:native,
gdb,
idle-python3.13,
systemtap-sdt-dev,
python3.13-venv,
# need to turn off apport
Restrictions: needs-root, allow-stderr
Tests: failing-tests
Depends: build-essential,
ca-certificates,
locales-all,
python3.13-dev,
libpython3.13-testsuite:native,
python3.13-gdbm,
python3.13-tk,
python3.13-venv,
# need to turn off apport
Restrictions: needs-root, allow-stderr
Tests: failing-tests-dbg
Depends: build-essential,
ca-certificates,
locales-all,
python3.13-dev,
python3.13-dbg,
libpython3.13-testsuite:native,
gdb,
python3.13-venv,
# need to turn off apport
Restrictions: needs-root, allow-stderr
Tests: module-install-local
Depends: build-essential,
python3.13-dev,
python3-pip,
python3-setuptools,
shunit2,
Restrictions: needs-root, allow-stderr
Tests: module-install-user
Depends: build-essential,
python3.13-dev,
python3-pip,
python3-setuptools,
shunit2
Restrictions: allow-stderr
Tests: module-install-venv
Depends: build-essential,
python3.13-dev,
python3.13-venv,
python3-setuptools-whl (>= 70.1),
shunit2
Restrictions: allow-stderr
Tests: module-install-virtualenv
Depends: build-essential,
python3.13-dev,
shunit2,
virtualenv,
python3-setuptools-whl (>= 70.1)
Restrictions: allow-stderr
|