summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-inline-snapshot_0.20.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-inline-snapshot: upgrade 0.20.5 -> 0.20.8Wang Mingyu2025-03-251-21/+0
| | | | | | | | | | | | Changelog: ========== - Do not skip snapshots in conditional marked xfail tests. - Tests with failed snapshot comparisons now always result in a pytest Error, even if snapshots have been fixed or created. - inline-snapshot now also works if you use --no-summary Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.20.2 -> 0.20.5Wang Mingyu2025-03-111-0/+21
Changelog: ============ - correct normalization of "python3.9" to "python" in tests - Prevent a crash if a value cannot be copied and a UsageError is raised. - Use the black API directly to format python code. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>