diff mbox series

[meta-python,37/70] python3-inline-snapshot: upgrade 0.35.3 -> 0.35.4

Message ID 20260819093514.1101-37-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/70] avro-c: upgrade 1.12.1 -> 1.12.2 | expand

Commit Message

Wang Mingyu Aug. 19, 2026, 9:34 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...ine-snapshot_0.35.3.bb => python3-inline-snapshot_0.35.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.35.3.bb => python3-inline-snapshot_0.35.4.bb} (88%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.3.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.4.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.3.bb
rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.4.bb
index 466648f41c..c4af98c9e0 100644
--- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.3.bb
+++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.35.4.bb
@@ -4,7 +4,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4"
 
 DEPENDS = "python3-hatchling-native"
-SRC_URI[sha256sum] = "5d76f3b4b134fb190b7883669eb496f5c3e7d1c9549bbd6d78b5b8ac17e553e3"
+SRC_URI[sha256sum] = "82432a58b7ea77a172515f5024cd26fdea8dc0f873c7a4251e4e0471a914db14"
 
 inherit pypi python_hatchling