2022-07-29 17:49:27 +08:00
|
|
|
# Python package requirements for pytest in ESP-IDF.
|
|
|
|
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-pytest"
|
|
|
|
|
2022-06-06 16:10:41 +08:00
|
|
|
pytest-embedded-serial-esp
|
|
|
|
pytest-embedded-idf
|
2022-11-03 13:11:36 +08:00
|
|
|
pytest-embedded-jtag
|
2022-06-06 16:10:41 +08:00
|
|
|
pytest-embedded-qemu
|
|
|
|
pytest-rerunfailures
|
2022-10-01 01:49:09 +08:00
|
|
|
pytest-timeout
|
2023-06-29 12:07:30 +08:00
|
|
|
pytest-ignore-test-results
|
2022-07-29 17:49:27 +08:00
|
|
|
|
|
|
|
# build
|
2024-01-25 10:12:59 +01:00
|
|
|
python-gitlab
|
2024-01-11 12:57:23 +01:00
|
|
|
idf-build-apps
|
2022-07-29 17:49:27 +08:00
|
|
|
|
|
|
|
# dependencies in pytest test scripts
|
2022-06-06 16:10:41 +08:00
|
|
|
scapy
|
|
|
|
websocket-client
|
|
|
|
netifaces
|
|
|
|
rangehttpserver
|
2022-09-12 14:26:59 +02:00
|
|
|
dbus-python; sys_platform == 'linux'
|
2022-06-06 16:10:41 +08:00
|
|
|
protobuf
|
2023-10-04 16:41:03 +02:00
|
|
|
bleak
|
2022-11-07 10:46:46 +04:00
|
|
|
paho-mqtt
|
2023-03-31 17:24:16 +02:00
|
|
|
paramiko
|
|
|
|
netmiko
|
2022-10-27 17:39:13 +08:00
|
|
|
|
2022-12-20 15:38:48 +01:00
|
|
|
# iperf_test_util
|
|
|
|
pyecharts
|
|
|
|
|
2022-10-27 17:39:13 +08:00
|
|
|
# for twai tests, communicate with socket can device (e.g. Canable)
|
|
|
|
python-can
|