Searched full:pythonpath (Results 1 – 14 of 14) sorted by relevance
10 :envvar:`PYTHONPATH` variable, and then extends pytest command by33 export PYTHONPATH=${ZEPHYR_BASE}/scripts/pylib/pytest-twister-harness/src:${PYTHONPATH}
61 PYTHONPATH=./scripts/tests pytest ./scripts/tests/twister66 PYTHONPATH: ./scripts/pylib/pytest-twister-harness/src:${PYTHONPATH}
54 PYTHONPATH=./scripts/tests pytest ./scripts/tests/build_helpers
80 PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
8 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_BASE}/scripts/dts/python-devicetree/src26 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_BASE}/scripts/dts/python-devicetree/src
527 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}} && '
136 PYTHONPATH=${ZEPHYR_BASE}/scripts/dts/python-devicetree/src${SEP}$ENV{PYTHONPATH}
152 …set(WEST "PYTHONPATH=${WEST_DIR}/src" "${PYTHON_EXECUTABLE};${WEST_DIR}/src/west/app/main.py;--zep…
32 'PYTHONPATH': f'{TEST_S32DS_PYTHON_LIB}{os.pathsep}{TEST_S32DS_PYTHON_LIB / "site-packages"}'
198 'PYTHONPATH': f'{python_lib}{os.pathsep}{python_lib / "site-packages"}'
26 ``PYTHONPATH`` with path to this plugin, and then during pytest call, it appends the command with
1266 if "PYTHONPATH" in python_environment:1267 python_environment["PYTHONPATH"] = check_script_dir + ":" + \1268 python_environment["PYTHONPATH"]1270 python_environment["PYTHONPATH"] = check_script_dir
430 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_MCUBOOT_MODULE_DIR}/scripts
46 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