diff --git a/psutil/tests/test_linux.py b/psutil/tests/test_linux.py index f12e1d292..17fec8a76 100755 --- a/psutil/tests/test_linux.py +++ b/psutil/tests/test_linux.py @@ -1279,6 +1279,7 @@ def test_against_swapon(self): tuple(swaps[i])) +@unittest.skipIf(not LINUX, "LINUX only") class TestRootFsDeviceFinder(PsutilTestCase): def setUp(self):