Merge branch 'ci/disable-plugin-idf_ci_v5.3' into 'release/v5.3'

ci: disable idf-ci plugin (v5.3)

See merge request espressif/esp-idf!39667
This commit is contained in:
Sergei Silnov
2025-06-05 06:12:12 -03:00
8 changed files with 8 additions and 5 deletions

View File

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

View File

@ -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

View File

@ -1,2 +1,3 @@
[pytest]
addopts = -p no:idf-ci
python_files = test_*.py

View File

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

View File

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

View File

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

View File

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

View File

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