Home
last modified time | relevance | path

Searched refs:sys_platform (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/
Drequirements-compliance.txt11 python-magic-bin; sys_platform == "win32"
12 python-magic; sys_platform != "win32"
Drequirements-base.txt40 windows-curses; sys_platform == "win32"
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py286 sys_platform, argument
333 with mock.patch('sys.platform', sys_platform), \
349 popen_caller = cmake.jobserver.popen if sys_platform == 'linux' else \
418 sys_platform, argument
479 with mock.patch('sys.platform', sys_platform), \
499 popen_caller = cmake.jobserver.popen if sys_platform == 'linux' else \