summaryrefslogtreecommitdiffstats
path: root/ipatests/test_pkcs10/test_pkcs10.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_pkcs10/test_pkcs10.py')
-rw-r--r--ipatests/test_pkcs10/test_pkcs10.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipatests/test_pkcs10/test_pkcs10.py b/ipatests/test_pkcs10/test_pkcs10.py
index 8a45327d3..c5a1c56b1 100644
--- a/ipatests/test_pkcs10/test_pkcs10.py
+++ b/ipatests/test_pkcs10/test_pkcs10.py
@@ -20,6 +20,9 @@
Test the `pkcs10.py` module.
"""
+# FIXME: Pylint errors
+# pylint: disable=no-member
+
import os
import sys
import nose