runtime-test-file-uses-supported-python-versions-without-test-depends

The specified file appears to use py3versions -s to determine the "supported" Python versions without specifying python3-all (or equivalent) as a test prerequisite.

With only the default version of Python installed, the autopkgtests may pass but the package subsequently fails at runtime when another, non-default, Python version is present.

Please add python3-all as a test prerequisite via Depends in debian/tests/control.

Severity: warning
Experimental: false
Renamed from: runtime-test-file-uses-supported-python-versions-without-python-all-build-depends

See also