Files
esp-idf/tools/requirements/requirements.pytest.txt
T

33 lines
605 B
Plaintext
Raw Normal View History

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"
pytest-embedded-serial-esp
pytest-embedded-idf
pytest-embedded-jtag
pytest-embedded-qemu
pytest-rerunfailures
2022-10-01 01:49:09 +08:00
pytest-timeout
pytest-ignore-test-results
2022-07-29 17:49:27 +08:00
# build
python-gitlab
idf-build-apps
2022-07-29 17:49:27 +08:00
# dependencies in pytest test scripts
scapy
websocket-client
netifaces
rangehttpserver
2022-09-12 14:26:59 +02:00
dbus-python; sys_platform == 'linux'
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
# iperf_test_util
pyecharts
# for twai tests, communicate with socket can device (e.g. Canable)
python-can