Home
last modified time | relevance | path

Searched full:pythonpath (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/scripts/pylib/pytest-twister-harness/
DREADME.rst10 :envvar:`PYTHONPATH` variable, and then extends pytest command by
33 export PYTHONPATH=${ZEPHYR_BASE}/scripts/pylib/pytest-twister-harness/src:${PYTHONPATH}
/Zephyr-latest/.github/workflows/
Dtwister_tests.yml61 PYTHONPATH=./scripts/tests pytest ./scripts/tests/twister
66 PYTHONPATH: ./scripts/pylib/pytest-twister-harness/src:${PYTHONPATH}
Dpylib_tests.yml54 PYTHONPATH=./scripts/tests pytest ./scripts/tests/build_helpers
Dtwister_tests_blackbox.yml80 PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
/Zephyr-latest/modules/hal_nordic/nrf-regtool/
Dnrf-regtoolConfig.cmake8 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_BASE}/scripts/dts/python-devicetree/src
26 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_BASE}/scripts/dts/python-devicetree/src
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py527 pytest by update PYTHONPATH and append -p argument to pytest command.
539 env['PYTHONPATH'] = pytest_plugin_path + os.pathsep + env.get('PYTHONPATH', '')
541 cmd_append_python_path = f'set PYTHONPATH={pytest_plugin_path};%PYTHONPATH% && '
544 f'export PYTHONPATH={pytest_plugin_path}:${{PYTHONPATH}} && '
/Zephyr-latest/doc/
DCMakeLists.txt136 PYTHONPATH=${ZEPHYR_BASE}/scripts/dts/python-devicetree/src${SEP}$ENV{PYTHONPATH}
/Zephyr-latest/cmake/flash/
DCMakeLists.txt152 …set(WEST "PYTHONPATH=${WEST_DIR}/src" "${PYTHON_EXECUTABLE};${WEST_DIR}/src/west/app/main.py;--zep…
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py32 'PYTHONPATH': f'{TEST_S32DS_PYTHON_LIB}{os.pathsep}{TEST_S32DS_PYTHON_LIB / "site-packages"}'
/Zephyr-latest/scripts/west_commands/runners/
Dnxp_s32dbg.py198 'PYTHONPATH': f'{python_lib}{os.pathsep}{python_lib / "site-packages"}'
/Zephyr-latest/doc/develop/test/
Dpytest.rst26 ``PYTHONPATH`` with path to this plugin, and then during pytest call, it appends the command with
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1266 if "PYTHONPATH" in python_environment:
1267 python_environment["PYTHONPATH"] = check_script_dir + ":" + \
1268 python_environment["PYTHONPATH"]
1270 python_environment["PYTHONPATH"] = check_script_dir
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt430 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_MCUBOOT_MODULE_DIR}/scripts
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py46 it's added to PYTHONPATH by the new targets in makefile.patch.
467 sys.path can be customized via PYTHONPATH, and includes the directory of the