Lines Matching refs:unittest
39 + @unittest.skip("broken on OE since kernel config maye not be enabled")
50 raise unittest.SkipTest("can't determine free version")
62 @unittest.skipIf(GITHUB_ACTIONS, "unsupported on GITHUB_ACTIONS")
63 + @unittest.skip("Broken for oe")
69 @unittest.skipIf(not which("findmnt"), "findmnt utility not available")
70 @unittest.skipIf(GITHUB_ACTIONS, "unsupported on GITHUB_ACTIONS")
71 + @unittest.skip("Broken for oe")
77 + @unittest.skip("Broken for oe")
85 @@ -54,6 +54,8 @@ from psutil.tests import unittest
97 @unittest.skipIf(APPVEYOR, "temporarily disabled due to setuptools bug")
98 + @unittest.skip("OE run this test outof source tree")
106 + @unittest.skipIf(not PSUTIL_DEBUG, "env PSUTIL_DEBUG not set")
125 @unittest.skipIf(PYPY, "broken on PYPY")
126 + @unittest.skipIf(not which("gcc"), "gcc not installed")
133 @unittest.skipIf(PYPY, "unreliable on PYPY")
134 + @unittest.skipIf(not which("gcc"), "gcc not installed")
139 @unittest.skipIf(SUNOS, "broken on SUNOS")
140 @unittest.skipIf(AIX, "broken on AIX")
141 @unittest.skipIf(PYPY, "broken on PYPY")
142 + @unittest.skipIf(not which("gcc"), "gcc not installed")
148 @unittest.skipIf(not HAS_ENVIRON, "not supported")
149 @unittest.skipIf(not POSIX, "POSIX only")
150 + @unittest.skipIf(not which("gcc"), "gcc not installed")
162 + @unittest.skip("Broken for oe")
183 +@unittest.skipIf(not which("gcc"), "gcc not installed")
189 @unittest.skipIf(ASCII_FS, "ASCII fs")
190 @unittest.skipIf(PYPY and not PY3, "too much trouble on PYPY2")
191 +@unittest.skipIf(not which("gcc"), "gcc not installed")