[oe] [meta-python] [PATCH 37/70] python3-inline-snapshot: upgrade 0.35.3 -> 0.35.4
Wang Mingyu < [email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Wang Mingyu <[email protected]> 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 <[email protected]> --- ...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 --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 -- 2.43.0