On Thu, May 21, 2020 at 4:36 PM Brian Murray <br...@ubuntu.com> wrote: > > I'm pretty sure its because the configs folder from usptream isn't > included in the package at all. > > https://github.com/paramiko/paramiko/tree/master/tests/configs
it's not (at least not the cause of _this_ failure): tests/test_config.py:9: in <module> from invoke import Result E ModuleNotFoundError: No module named 'invoke' !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! is because there's a missing dependency on python3-invoke; for some reason we dont run test at build (i'm addressing that right now) and so we didnt notice a new dependency was introduced. autopkgtests will be addressed by installing the updated b-d -- Sandro "morph" Tosi My website: http://sandrotosi.me/ Me at Debian: http://wiki.debian.org/SandroTosi Twitter: https://twitter.com/sandrotosi