tests/test-check-pyflakes.t
changeset 15223 fc035e5370ca
parent 14985 dbf91976f900
child 15372 695ac6aca77f
--- a/tests/test-check-pyflakes.t	Tue Oct 11 20:21:13 2011 -0500
+++ b/tests/test-check-pyflakes.t	Tue Oct 11 23:16:05 2011 -0500
@@ -1,11 +1,6 @@
   $ "$TESTDIR/hghave" pyflakes || exit 80
   $ cd $(dirname $TESTDIR)
   $ pyflakes mercurial hgext 2>&1 | $TESTDIR/filterpyflakes.py
-  mercurial/hgweb/server.py:*: 'activeCount' imported but unused (glob)
-  mercurial/commands.py:*: 'base85' imported but unused (glob)
-  mercurial/commands.py:*: 'bdiff' imported but unused (glob)
-  mercurial/commands.py:*: 'mpatch' imported but unused (glob)
-  mercurial/commands.py:*: 'osutil' imported but unused (glob)
   hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)