forked from pool/python-inline-snapshot
The base branch pool/python-inline-snapshot:factory has new changes
- Update to 0.23.1
* 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
- Add no-readline.patch to fix test error in pydantic-core
OBS-URL: https://build.opensuse.org/request/show/1280586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-inline-snapshot?expand=0&rev=5
Description
No description provided
Languages
Diff
100%