summaryrefslogtreecommitdiffstats
path: root/tags/t/test-leaves-python-version-untested.tag
blob: 3075cd789e018245c593d6e2d03366fbd07d3b27 (plain)
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.