mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7a03ac385d
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
22 lines
583 B
Plaintext
22 lines
583 B
Plaintext
# Python package requirements for pytest in ESP-IDF.
|
|
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-pytest"
|
|
#
|
|
# This file lists Python packages without version specifiers. Version details
|
|
# are stored in a separate constraints file. For more information, visit:
|
|
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/tools/idf-tools.html
|
|
|
|
pytest-embedded-serial-esp
|
|
pytest-embedded-idf
|
|
pytest-embedded-jtag
|
|
pytest-embedded-qemu
|
|
pytest-rerunfailures
|
|
pytest-timeout
|
|
pytest-ignore-test-results
|
|
|
|
# ci
|
|
minio
|
|
|
|
# build
|
|
python-gitlab
|
|
idf-build-apps
|