Package: lava-dispatch Severity: normal Tags: patch Dear Maintainer,
lava-dispatch dep8 (autopkgtest) fail in setups without network connectivity, as see on jenkins.qa.ubuntu.com. The problem is that pep8 dependency is not available and is attempted to be fetched from pypi. Please consider applying below patch to resolve the issue, that I have uploaded into ubuntu.
--- lava-dispatcher-2014.06/debian/tests/control 2014-07-02 18:51:09.000000000 +0100 +++ lava-dispatcher-2014.06/debian/tests/control 2014-07-22 12:38:33.000000000 +0100 @@ -1,3 +1,3 @@ Tests: testsuite -Depends: @, @builddeps@, python-testscenarios +Depends: @, @builddeps@, python-testscenarios, pep8 Restrictions: allow-stderr
Regards, Dimitri.