summaryrefslogtreecommitdiff
path: root/psutil/tests/test_unicode.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_unicode.py')
-rwxr-xr-xpsutil/tests/test_unicode.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/psutil/tests/test_unicode.py b/psutil/tests/test_unicode.py
index 3fa3f017..43cf2b49 100755
--- a/psutil/tests/test_unicode.py
+++ b/psutil/tests/test_unicode.py
@@ -316,8 +316,7 @@ class TestFSAPIsWithInvalidPath(TestFSAPIs):
"""Test FS APIs with a funky, invalid path name."""
funky_suffix = INVALID_UNICODE_SUFFIX
- @classmethod
- def expect_exact_path_match(cls):
+ def expect_exact_path_match(self):
# Invalid unicode names are supposed to work on Python 2.
return True