Source: python3.9 Severity: important Tags: patch ftbfs Control: clone -1 -2 Control: reassign -2 python3.10 Control: retitle -2 python3.10: Please exclude test_concurrent_futures also on alpha
test_concurrent_futures frequently hangs during the build on alpha: https://buildd.debian.org/status/package.php?p=python3.9&suite=experimental https://buildd.debian.org/status/logs.php?pkg=python3.9&arch=alpha ... 23:57:55 load avg: 0.00 running: test_concurrent_futures (23 hour 51 min) ... Workaround: --- python3.9-3.9.6/debian/rules.old 2021-07-14 14:46:00.200490919 +0000 +++ python3.9-3.9.6/debian/rules 2021-07-14 14:46:18.848548468 +0000 @@ -542,7 +542,7 @@ TEST_EXCLUDES += test_gdb endif -ifneq (,$(filter $(DEB_HOST_ARCH), riscv64)) +ifneq (,$(filter $(DEB_HOST_ARCH), alpha riscv64)) TEST_EXCLUDES += test_concurrent_futures endif