mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-01 04:00:16 +00:00
Changelog: ========== - Prevented --inline-snapshot=trim from changing snapshots when a test body fails or pytest is limited with -k, a test path, or a test node ID. Skipped tests and fixture teardown errors do not prevent trimming. A message now explains why trimming was disabled when it was requested implicitly. An explicit --inline-snapshot=trim overrides this safeguard. - Fixed a crash during session finalization when pytest's capture plugin is disabled. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>