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:
Frantisek Hrbata 2023-06-06 14:54:25 +02:00
parent dbff74bee4
commit 18969310e2

View File

@ -1,5 +1,4 @@
[pytest]
addopts = -s -p no:pytest-embedded
# log related
log_cli = True