declare-python-versions-for-test

The specified test attempts to query the Python versions requested by your sources with the command py3versions --requested but your sources do not declare any versions with the field X-Python3-Version.

Please choose between two suggested remedies:

In most circumstances, it is probably best to replace the argument --requested with --supported. That will exercise the test with all available Python versions.

Should your installable require only specific Python versions, please add the field X-Python3-Version with the appropriate information to the source stanza in the debian/control file.

No redirection of the output, as in 2 > /dev/null, is needed in either case.

Severity: warning
Experimental: false
Renamed from: declare-requested-python-versions-for-test

See also