Lines Matching refs:skipIf
62 @unittest.skipIf(GITHUB_ACTIONS, "unsupported on GITHUB_ACTIONS")
69 @unittest.skipIf(not which("findmnt"), "findmnt utility not available")
70 @unittest.skipIf(GITHUB_ACTIONS, "unsupported on GITHUB_ACTIONS")
97 @unittest.skipIf(APPVEYOR, "temporarily disabled due to setuptools bug")
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")
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")