2022-07-29 05:49:27 -04: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 04:10:41 -04:00
|
|
|
pytest-embedded-serial-esp
|
|
|
|
pytest-embedded-idf
|
2022-11-03 01:11:36 -04:00
|
|
|
pytest-embedded-jtag
|
2022-06-06 04:10:41 -04:00
|
|
|
pytest-embedded-qemu
|
|
|
|
pytest-rerunfailures
|
2022-09-30 13:49:09 -04:00
|
|
|
pytest-timeout
|
2023-06-29 00:07:30 -04:00
|
|
|
pytest-ignore-test-results
|
2022-07-29 05:49:27 -04:00
|
|
|
|
|
|
|
# build
|
|
|
|
idf-build-apps
|
|
|
|
|
|
|
|
# dependencies in pytest test scripts
|
2022-06-06 04:10:41 -04:00
|
|
|
scapy
|
|
|
|
websocket-client
|
|
|
|
netifaces
|
|
|
|
rangehttpserver
|
2022-09-12 08:26:59 -04:00
|
|
|
dbus-python; sys_platform == 'linux'
|
2022-06-06 04:10:41 -04:00
|
|
|
protobuf
|
2023-10-04 10:41:03 -04:00
|
|
|
bleak
|
2022-11-07 01:46:46 -05:00
|
|
|
paho-mqtt
|
2023-03-31 11:24:16 -04:00
|
|
|
paramiko
|
|
|
|
netmiko
|
2022-10-27 05:39:13 -04:00
|
|
|
|
2022-12-20 09:38:48 -05:00
|
|
|
# iperf_test_util
|
|
|
|
pyecharts
|
|
|
|
|
2022-10-27 05:39:13 -04:00
|
|
|
# for twai tests, communicate with socket can device (e.g. Canable)
|
|
|
|
python-can
|