Files
esp-idf/tools/test_idf_py/pytest.ini
Marek Fiala bf630eac15 test(tools): Added minimal supported cmake versions build system tests
Backport of !49288 to release/v5.4 (cmake@3.16.3).

Adapted for release/v5.4:

- Linux/macOS jobs added in .gitlab/ci/build.yml (build-system pytest
  lives there on v5.4, not host-test.yml).
- Known-failure download uses get_known_failure_cases_file.py.
- macOS jobs keep .before_script:build:macos / macos_shell tags.
- Windows minimal-cmake job follows v5.4 install/tags conventions.
- Skip test_idf_qemu on Windows (pexpect.spawn unavailable).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 09:31:45 +02:00

13 lines
279 B
INI

[pytest]
addopts = -s -p no:idf-ci
# log related
log_cli = True
log_cli_level = INFO
log_cli_format = %(asctime)s %(levelname)s %(message)s
log_cli_date_format = %Y-%m-%d %H:%M:%S
## log all to `system-out` when case fail
junit_logging = stdout
junit_log_passing_tests = False