mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
tools: do not disable pytest-embedded
As pointed out by Fu Hanxi, the pytest_build_system job is currently using --parallel-index and --parallel-count, which are provided by pytest-embedded, so we should not disable it. Moreover to properly disable pytest-embedded we should use "no:pytest_embedded". Meaning this probably was not working as indented anyway. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
addopts = -s -p no:pytest-embedded
|
|
||||||
|
|
||||||
# log related
|
# log related
|
||||||
log_cli = True
|
log_cli = True
|
||||||
|
Reference in New Issue
Block a user