Home
last modified time | relevance | path

Searched refs:python_version (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dmaturin.py22 python_version = "%s.%s" % (py_major, py_minor)
24 … " - CPython %s at /usr/bin/python%s" % (python_version, python_version))
/openbmc/openbmc/poky/documentation/
H A DPipfile14 python_version = "3"
/openbmc/qemu/python/
H A Dsetup.cfg44 pylint != 3.2.4; python_version<"3.9"
81 python_version = 3.9
/openbmc/openbmc-test-automation/lib/
H A Dgen_misc.py700 python_version = version_tuple(get_python_version()) variable
H A Dgen_cmd.py713 if gm.python_version < gm.ordered_dict_version:
H A Dgen_print.py1582 python_version = sys.version.replace("\n", "")
1583 buffer += sprint_var(python_version, 0, indent, col1_width)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch532 mock;python_version<"3.3"
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py288 "\t{:<10} {:>10}".format("Python", platform.python_version())