]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Pylint: tests: disable line-too-long check locally
authorMartin <martin.basti@gmail.com>
Sat, 2 Jul 2016 00:20:34 +0000 (02:20 +0200)
committerMartin <martin.basti@gmail.com>
Sat, 2 Jul 2016 00:20:34 +0000 (02:20 +0200)
tests/test_dnssec.py
tests/test_name.py

index 896f7239ae848dfd9629b74856abbf3b0aa247ca..db3bc976d0e76d54f0f9829f7baf8870e2ebb701 100644 (file)
@@ -27,6 +27,8 @@ import dns.rdataclass
 import dns.rdatatype
 import dns.rrset
 
+# pylint: disable=line-too-long
+
 abs_dnspython_org = dns.name.from_text('dnspython.org')
 
 abs_keys = {
index f28bd249cda093188f1aa1218562f676545be99d..b01544e02bb69f9f833ce87e5b576eeaf506f004 100644 (file)
@@ -26,6 +26,9 @@ import dns.name
 import dns.reversename
 import dns.e164
 
+# pylint: disable=line-too-long
+
+
 class NameTestCase(unittest.TestCase):
     def setUp(self):
         self.origin = dns.name.from_text('example.')