summaryrefslogtreecommitdiff
path: root/psutil/tests/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_process.py')
-rwxr-xr-xpsutil/tests/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/test_process.py b/psutil/tests/test_process.py
index a79daabd..b2c3b2c7 100755
--- a/psutil/tests/test_process.py
+++ b/psutil/tests/test_process.py
@@ -1492,7 +1492,7 @@ if POSIX and os.getuid() == 0:
def test_(self):
try:
- meth()
+ meth() # noqa
except psutil.AccessDenied:
pass
setattr(self, attr, types.MethodType(test_, self))