Searched full:pythonpath (Results 1 – 15 of 15) 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
177 'PYTHONPATH': os.environ.get('PYTHONPATH', '')
539 pytest by update PYTHONPATH and append -p argument to pytest command.551 env['PYTHONPATH'] = pytest_plugin_path + os.pathsep + env.get('PYTHONPATH', '')553 cmd_append_python_path = f'set PYTHONPATH={pytest_plugin_path};%PYTHONPATH% && '556 f'export PYTHONPATH={pytest_plugin_path}:${{PYTHONPATH}} && '
137 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
430 ${CMAKE_COMMAND} -E env PYTHONPATH=${ZEPHYR_MCUBOOT_MODULE_DIR}/scripts
1389 if "PYTHONPATH" in python_environment:1390 python_environment["PYTHONPATH"] = check_script_dir + ":" + \1391 python_environment["PYTHONPATH"]1393 python_environment["PYTHONPATH"] = check_script_dir
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