Package: autodep8 Version: 0.13 Severity: important The python autopkg tests are always run for all supported python versions, ignoring, if a module is available for all available versions. This is the case for extensions only built for the default python/python3 version. The tests should be only run for all versions, if
- the b-d's contain python-all/python3-all python-all-dev/python3-all-dev - looking at upper dependencies on python/python3 in the python-foo packages, and only try to run within that range. That works for binary extensions, but not for binary-indep packages. Not sure about the best approach to address that.