mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
20 lines
401 B
Plaintext
20 lines
401 B
Plaintext
# 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
|
|
pytest-timeout
|
|
|
|
# build
|
|
idf-build-apps
|
|
|
|
# dependencies in pytest test scripts
|
|
scapy
|
|
websocket-client
|
|
netifaces
|
|
rangehttpserver
|
|
dbus-python; sys_platform == 'linux'
|
|
protobuf
|