about summary refs log tree commit diff stats
path: root/tests/manpage_completion_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manpage_completion_test.py')
-rwxr-xr-xtests/manpage_completion_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manpage_completion_test.py b/tests/manpage_completion_test.py
index 3b067b46..1a01f944 100755
--- a/tests/manpage_completion_test.py
+++ b/tests/manpage_completion_test.py
@@ -26,6 +26,7 @@ def get_path_of_man_page():
 
 def read_manpage():
     path = get_path_of_man_page()
+    # pylint: disable=unspecified-encoding
     with open(path, 'r') as man_page:
         return man_page.read()