Commit Graph

3 Commits

Author SHA1 Message Date
Fu Hanxi 354233fc59 feat: add component_source property to component targets 2024-10-14 12:05:52 +02:00
Frantisek Hrbata 7819965039 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>
2023-06-06 15:01:08 +02:00
Ivan Grokhotkov 0503cb52eb build system: add the initial set of pytest-based build system tests 2022-09-16 00:07:55 +02:00