File skip-obs-test_method_2.patch of Package saltbundlepy-psutil
--- a/psutil/tests/test_linux.py 2021-11-17 17:24:03.053689251 +0300
+++ b/psutil/tests/test_linux.py 2021-11-17 17:25:41.642445389 +0300
@@ -727,6 +727,7 @@
core_ids.add(fields[1])
self.assertEqual(psutil.cpu_count(logical=False), len(core_ids))
+ @unittest.skipIf(True, "does not work on obs")
def test_method_2(self):
meth_1 = psutil._pslinux.cpu_count_physical()
with mock.patch('glob.glob', return_value=[]) as m: