Bug#833502: autopkgtest: does not run pyflakes3 tests

Chris Lamb lamby at debian.org
Fri Aug 5 07:59:46 UTC 2016


Source: autopkgtest
Version: 4.0.3
Tags: patch
Severity: wishlist

Hi,

> if type pyflakes3 >/dev/null 2>&1; then tests/pyflakes; else echo "pyflakes3 not available, skipping"; fi
> pyflakes3 not available, skipping

Patch attached that adds pyflakes3 to Build-Depends.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/debian/control b/debian/control
index 6194693..4ccd20c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
  python3-debian,
  python3-docutils,
  pyflakes,
+ pyflakes3,
  procps,
  pep8
 Vcs-Git: https://anonscm.debian.org/git/autopkgtest/autopkgtest.git


More information about the autopkgtest-devel mailing list