summaryrefslogtreecommitdiff
path: root/psutil/tests/test_memleaks.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_memleaks.py')
-rwxr-xr-xpsutil/tests/test_memleaks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/psutil/tests/test_memleaks.py b/psutil/tests/test_memleaks.py
index 8d31193b..dbd1588d 100755
--- a/psutil/tests/test_memleaks.py
+++ b/psutil/tests/test_memleaks.py
@@ -366,7 +366,8 @@ class TestModuleFunctionsLeaks(TestMemoryLeak):
@fewtimes_if_linux()
# TODO: remove this once 1892 is fixed
- @unittest.skipIf(MACOS and platform.machine() == 'arm64', "skipped due to #1892")
+ @unittest.skipIf(MACOS and platform.machine() == 'arm64',
+ "skipped due to #1892")
@unittest.skipIf(not HAS_CPU_FREQ, "not supported")
def test_cpu_freq(self):
self.execute(psutil.cpu_freq)