From 18969310e22acb17057561c8fd14e7b04835e65c Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Tue, 6 Jun 2023 14:54:25 +0200 Subject: [PATCH] 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 --- tools/test_build_system/pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test_build_system/pytest.ini b/tools/test_build_system/pytest.ini index 4ceee1e0a8..fad075f0bb 100644 --- a/tools/test_build_system/pytest.ini +++ b/tools/test_build_system/pytest.ini @@ -1,5 +1,4 @@ [pytest] -addopts = -s -p no:pytest-embedded # log related log_cli = True