Source: astroml Version: 1.0.2-6 Severity: serious User: [email protected] Usertags: python3.14
astroml'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:24:34]: test command1: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m pytest --pyargs astroML ; done autopkgtest [15:24:34]: test command1: [----------------------- Testing with python3.14: bash: line 1: python3.14: command not found Error: Command not found autopkgtest [15:24:35]: test command1: -----------------------] autopkgtest [15:24:35]: 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

