Hi Mattia, As the new version of "python-responses" has hit unstable, the test were enabled with the following patch:
http://paste.debian.net/424537/ The "--ignore=tests/test_cli.py" argument was added because this file consists of functional tests (DEP-8) that should not run on build time. The problem now is the following error: http://paste.debian.net/424538/ Adding an "import pdb; pdb.set_trace()" in the test that is failing, I could see that it is looking for this README file in "/vagrant/grip/deb-grip/.pybuild/pythonX.Y_3.5/build/tests/input/default". This file exists on the upstream source[1] and the tests doesn't fail when I run them locally. My guess is that it is not being copied by "pybuild" (actually, looks like the entire "tests/" directory isn't), thus causing the test to fail during build. What should I do in this case? Would be sensible to skip this test? Regards, Tiago. [1]: https://github.com/joeyespo/grip/blob/v4.1.0/tests/input/default/README.md -- Tiago "Myhro" Ilieve Blog: https://blog.myhro.info/ GitHub: https://github.com/myhro LinkedIn: https://br.linkedin.com/in/myhro Montes Claros - MG, Brasil