From de38d22021b79469c791d2018f2f6ec9377adbb4 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 3 Jun 2025 08:37:30 +0200 Subject: [PATCH] ci: disable idf-ci plugin this plugin will be re-enabled with compatible code in !38755 --- pytest.ini | 1 + tools/test_build_system/pytest.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 069d1cf415..1fe5e78cc6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -7,6 +7,7 @@ python_files = pytest_*.py addopts = -s -vv --embedded-services esp,idf + -p no:idf-ci --tb short --strict-markers --skip-check-coredump y diff --git a/tools/test_build_system/pytest.ini b/tools/test_build_system/pytest.ini index c8d95e7c78..0e2d11a9dd 100644 --- a/tools/test_build_system/pytest.ini +++ b/tools/test_build_system/pytest.ini @@ -1,4 +1,5 @@ [pytest] +addopts = -p no:idf-ci # log related log_cli = True