]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
disable spurious pylint errors for python 2.7
authorBob Halley <halley@dnspython.org>
Sat, 1 Dec 2018 15:44:25 +0000 (07:44 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 1 Dec 2018 15:44:25 +0000 (07:44 -0800)
tests/test_name.py

index 0972972a3216468ddb98266f4d3d66f7ca2be53a..d5d929c95dd910a9b73ad4a72aa5b3d5a03165db 100644 (file)
@@ -27,7 +27,7 @@ import dns.name
 import dns.reversename
 import dns.e164
 
-# pylint: disable=line-too-long,unsupported-assignment-operation
+# pylint: disable=line-too-long,unsupported-assignment-operation,invalid-encoded-data
 
 
 class NameTestCase(unittest.TestCase):