From: Martin Date: Sat, 2 Jul 2016 00:20:34 +0000 (+0200) Subject: Pylint: tests: disable line-too-long check locally X-Git-Tag: v1.15.0~40^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd22b1b1ea7ba68ca78983fde4e8c342f8f1c881;p=thirdparty%2Fdnspython.git Pylint: tests: disable line-too-long check locally --- diff --git a/tests/test_dnssec.py b/tests/test_dnssec.py index 896f7239..db3bc976 100644 --- a/tests/test_dnssec.py +++ b/tests/test_dnssec.py @@ -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 = { diff --git a/tests/test_name.py b/tests/test_name.py index f28bd249..b01544e0 100644 --- a/tests/test_name.py +++ b/tests/test_name.py @@ -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.')