[Python-apps-commits] r10184 - in packages/mercurial/trunk/debian (changelog tests/control)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Mon Nov 25 06:24:25 UTC 2013


    Date: Monday, November 25, 2013 @ 06:24:24
  Author: vicho
Revision: 10184

Don't run pyflakes on the autopkgtest for the testsuite, it fails to see the pyflakes error it's expecting (but it's not our job to fix python lint issues)

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/tests/control

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2013-11-25 06:24:22 UTC (rev 10183)
+++ packages/mercurial/trunk/debian/changelog	2013-11-25 06:24:24 UTC (rev 10184)
@@ -2,6 +2,9 @@
 
   * Increment testsuite timeout to 720 as test-gendoc.t takes a
     loooong time on armel
+  * Don't run pyflakes on the autopkgtest for the testsuite, it fails to
+    see the pyflakes error it's expecting (but it's not our job to fix
+    python lint issues)
 
  -- Javi Merino <vicho at debian.org>  Fri, 15 Nov 2013 14:10:00 +0000
 

Modified: packages/mercurial/trunk/debian/tests/control
===================================================================
--- packages/mercurial/trunk/debian/tests/control	2013-11-25 06:24:22 UTC (rev 10183)
+++ packages/mercurial/trunk/debian/tests/control	2013-11-25 06:24:24 UTC (rev 10184)
@@ -1,5 +1,5 @@
 Tests: testsuite
-Depends: @, python-subversion, monotone, cvs, bzr, tla, darcs, pyflakes
+Depends: @, python-subversion, monotone, cvs, bzr, tla, darcs
 
 Tests: hgsubversion
 Depends: @, hgsubversion




More information about the Python-apps-commits mailing list