summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2017-05-30 12:22:54 -0700
committerBob Halley <halley@dnspython.org>2017-05-30 12:22:54 -0700
commit587d019f5fbd98eb7d84bc0bcbf87c2b606a9df5 (patch)
tree09cb687973dbc0234a1211f0694e4f6b84bf0462 /tests
parentebc3b75248d86cc5dca79833aabd5062d2292417 (diff)
downloaddnspython-587d019f5fbd98eb7d84bc0bcbf87c2b606a9df5.tar.gz
Fix more latest pylint warnings.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_resolver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_resolver.py b/tests/test_resolver.py
index cf72f72..cd7b8c3 100644
--- a/tests/test_resolver.py
+++ b/tests/test_resolver.py
@@ -275,7 +275,7 @@ if hasattr(select, 'poll'):
class NXDOMAINExceptionTestCase(unittest.TestCase):
- # pylint: disable=broad-except
+ # pylint: disable=broad-except,exception-message-attribute
def test_nxdomain_compatible(self):
n1 = dns.name.Name(('a', 'b', ''))