Searched refs:skipIf (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-psutil/ |
| H A D | 0001-fix-failure-test-cases.patch | 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") [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/ |
| H A D | test_lxml.py | 17 from bs4.testing import skipIf 22 skipIf, 25 @skipIf( 46 @skipIf( 62 @skipIf(
|
| H A D | test_html5lib.py | 14 skipIf, 17 @skipIf(
|
| H A D | test_soup.py | 24 skipIf, 258 @skipIf(
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-Fix-imports-for-ptests.patch | 403 - @unittest.skipIf(os.name == "nt", "do not run on Windows") 1444 - @unittest.skipIf(os.name != "posix", "requires Posix compliant OS") 1460 - @unittest.skipIf(not sys.version_info >= (3, 2), "requires Python 3.2") 1470 - @unittest.skipIf(not sys.version_info >= (3, 2), "requires Python 3.2") 2319 + @unittest.skipIf(os.name == "nt", "do not run on Windows") 3360 + @unittest.skipIf(os.name != "posix", "requires Posix compliant OS") 3376 + @unittest.skipIf(not sys.version_info >= (3, 2), "requires Python 3.2") 3386 + @unittest.skipIf(not sys.version_info >= (3, 2), "requires Python 3.2")
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | testing.py | 676 def skipIf(condition, reason): function
|