[tor-commits] [stem/master] Dropping unneeded pyflakes rules

atagar at torproject.org atagar at torproject.org
Thu Jan 2 16:15:32 UTC 2014


commit 157ca0fd4e56047880d8333612633dece1c3fca8
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Jan 2 08:16:09 2014 -0800

    Dropping unneeded pyflakes rules
    
    Removing rules for things that pyflakes 0.7.3 doesn't complain about. I'm not
    sure if this is due to changes over time in our code or pyflakes itself. If the
    later then we might add the rules back in later to prevent it from being noisy
    on platforms with other versions.
---
 test/settings.cfg |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/test/settings.cfg b/test/settings.cfg
index bb68a3b..0515476 100644
--- a/test/settings.cfg
+++ b/test/settings.cfg
@@ -134,12 +134,7 @@ pyflakes.ignore stem/control.py => undefined name 'controller'
 pyflakes.ignore stem/prereq.py => 'RSA' imported but unused
 pyflakes.ignore stem/prereq.py => 'asn1' imported but unused
 pyflakes.ignore stem/prereq.py => 'unittest' imported but unused
-pyflakes.ignore stem/prereq.py => 'mock' imported but unused
 pyflakes.ignore stem/prereq.py => 'long_to_bytes' imported but unused
-pyflakes.ignore stem/descriptor/__init__.py => redefinition of unused 'OrderedDict' from line 62
-pyflakes.ignore stem/util/str_tools.py => redefinition of function '_to_bytes_impl' from line 51
-pyflakes.ignore stem/util/str_tools.py => redefinition of function '_to_unicode_impl' from line 57
-pyflakes.ignore test/mocking.py => undefined name 'builtins'
 pyflakes.ignore test/mocking.py => undefined name 'test'
 pyflakes.ignore test/unit/response/events.py => 'from stem import *' used; unable to detect undefined names
 pyflakes.ignore test/util.py => 'pyflakes' imported but unused



More information about the tor-commits mailing list