File: test-leaves-python-version-untested.tag

package info (click to toggle)
lintian 2.129.0
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 71,680 kB
  • sloc: perl: 46,081; javascript: 9,151; makefile: 4,058; sh: 3,044; ansic: 714; xml: 518; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (11 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
Tag: test-leaves-python-version-untested
Severity: warning
Check: testsuite
Explanation: The named autopkgtest declares <code>python3-all</code> or an equivalent
 as a runtime prerequisite but the test script does not query the supported Python
 versions with <code>py3versions --supported</code>.
 .
 The test may pass with the standard Python version but could fail in the future with
 a Python version that is already available now.
 .
 It is best to run tests for all Python versions supported by the target system.