Home
last modified time | relevance | path

Searched refs:skipIf (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_lxml.py17 from bs4.testing import skipIf
22 skipIf,
25 @skipIf(
46 @skipIf(
62 @skipIf(
H A Dtest_html5lib.py14 skipIf,
17 @skipIf(
H A Dtest_soup.py24 skipIf,
258 @skipIf(
/openbmc/qemu/tests/avocado/
H A Dppc_hv_tests.py10 from avocado import skipIf, skipUnless
47 @skipIf(missing_deps(), 'dependencies (%s) not installed' % ','.join(deps))
H A Dacpi-bits.py50 from avocado import skipIf
126 @skipIf(not supported_platform() or missing_deps(),
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch58 @unittest.skipIf(
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dtesting.py676 def skipIf(condition, reason): function
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch52 @unittest.skipIf(_HAS_PYTHON2_UNICODE_SUPPORT is True, "Not in Python 3")
95 @unittest.skipIf(_HAS_PYTHON2_UNICODE_SUPPORT is False, "Not in Python 2")
/openbmc/qemu/tests/qemu-iotests/
H A D030232 @unittest.skipIf(os.environ.get('QEMU_CHECK_BLOCK_AUTO'), 'disabled in CI')
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch383 - @unittest.skipIf(os.name == "nt", "do not run on Windows")
1421 - @unittest.skipIf(os.name != "posix", "requires Posix compliant OS")
2294 + @unittest.skipIf(os.name == "nt", "do not run on Windows")
3332 + @unittest.skipIf(os.name != "posix", "requires Posix compliant OS")