Source: borghash Version: 0.1.0-3 Severity: serious User: [email protected] Usertags: python3.14
borghash's autopkgtests fail with Python 3.14 as a supported Python version, as is the case in unstable. Here's the test log: autopkgtest [15:20:01]: test command1: for py in $(py3versions -s); do echo "[*] testing on $py:"; $py -c 'import borghash' ; done autopkgtest [15:20:01]: test command1: [----------------------- [*] testing on python3.14: bash: line 1: python3.14: command not found Error: Command not found autopkgtest [15:20:02]: test command1: -----------------------] autopkgtest [15:20:02]: test command1: - - - - - - - - - - results - - - - - - - - - - command1 FAIL non-zero exit status 127 I think you probably just need to add python3-all to Depends in debian/tests/control. Thanks, -- Colin Watson (he/him) [[email protected]] -- System Information: Debian Release: forky/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: arm64 Kernel: Linux 6.16.12+deb14+1-amd64 (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled

