mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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:
parent
925bc17cd0
commit
7819965039
@ -1,5 +1,4 @@
|
||||
[pytest]
|
||||
addopts = -s -p no:pytest-embedded
|
||||
|
||||
# log related
|
||||
log_cli = True
|
||||
|
Loading…
Reference in New Issue
Block a user