Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 1 | # BUILD-TEST: required to do build tests of zephyr |
| 2 | # |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 3 | # things used by twister or other things like code coverage or python |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 4 | # testing |
| 5 | |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 6 | # used by twister for ansi color |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 7 | colorama |
| 8 | |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 9 | # python lex/yex used by twister |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 10 | ply>=3.10 |
| 11 | |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 12 | # used for code coverage |
Dmitrii Golovanov | 97fab83 | 2023-10-26 07:42:28 +0200 | [diff] [blame] | 13 | gcovr>=6.0 |
Aastha Grover | e27cf15 | 2020-03-19 15:27:27 -0700 | [diff] [blame] | 14 | coverage |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 15 | |
| 16 | # used for west-command testing |
| 17 | pytest |
Martí Bolívar | bd82705 | 2020-08-21 15:47:22 -0700 | [diff] [blame] | 18 | mypy |
Aastha Grover | cf72fe8 | 2020-06-01 16:08:20 -0700 | [diff] [blame] | 19 | |
| 20 | # used for mocking functions in pytest |
Aastha Grover | cb0f65e | 2020-07-08 21:39:05 -0700 | [diff] [blame] | 21 | mock>=4.0.1 |