summaryrefslogtreecommitdiff
path: root/psutil/tests/test_system.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_system.py')
-rwxr-xr-xpsutil/tests/test_system.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/psutil/tests/test_system.py b/psutil/tests/test_system.py
index 42b29e8f..1722b515 100755
--- a/psutil/tests/test_system.py
+++ b/psutil/tests/test_system.py
@@ -513,7 +513,8 @@ class TestCpuAPIs(PsutilTestCase):
self.assertGreater(value, 0)
# 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):
def check_ls(ls):