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

19 lines
386 B
Plaintext
Raw Normal View History

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"
pytest-embedded-serial-esp
pytest-embedded-idf
pytest-embedded-qemu
pytest-rerunfailures
2022-07-29 05:49:27 -04:00
# build
idf-build-apps
# dependencies in pytest test scripts
scapy
websocket-client
netifaces
rangehttpserver
dbus-python; sys_platform == 'linux'
protobuf