summaryrefslogtreecommitdiffstats
path: root/tags/t/test-leaves-python-version-untested.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/t/test-leaves-python-version-untested.tag')
-rw-r--r--tags/t/test-leaves-python-version-untested.tag11
1 files changed, 11 insertions, 0 deletions
diff --git a/tags/t/test-leaves-python-version-untested.tag b/tags/t/test-leaves-python-version-untested.tag
new file mode 100644
index 0000000..3075cd7
--- /dev/null
+++ b/tags/t/test-leaves-python-version-untested.tag
@@ -0,0 +1,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.