17
0
Commit Graph

3 Commits

Author SHA256 Message Date
4db6b5e5db - Add no-readline.patch to fix test error in pydantic-core
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inline-snapshot?expand=0&rev=13
2025-05-27 13:26:49 +00:00
385cce2075 - Update to 0.23.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inline-snapshot?expand=0&rev=12
2025-05-27 13:01:21 +00:00
c567dc8a4b - Update to 0.23.0
* pytest assert rewriting works now together with inline-snapshot
    if you use cpython>=3.11
  * ... is now a special value to create snapshot values. The value
    change in assert [5,4] == snapshot([5,...]) is now a create
    (previously it was a fix)
  * Tests with failed snapshot comparisons now always result in a
    pytest Error, even if snapshots have been fixed or created.
  * inline-snapshot uses now --inline-snapshot=disable during CI runs
    by default
  * The default flags have changed for cpython >= 3.11
  * The categories in the terminal output are now links to the documentation
    if it is supported by the terminal
  * You can now use the config option skip-snapshot-updates-for-now
    to skip the reporting of updates
  * snapshot updates are now disabled by default. They be enabled with
    show-updates=true in your config

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inline-snapshot?expand=0&rev=11
2025-05-27 08:48:20 +00:00