Files
pytest2/changelog/11797.bugfix.rst
T
Ronny Pfannschmidt 76f3f3da00 fix #11797: be more lenient on SequenceLike approx
this needs a validation as it allows partially implemented sequences
2024-06-18 17:01:24 +02:00

2 lines
103 B
ReStructuredText

:func:`pytest.approx` now correctly handles :class:`Sequence <collections.abc.Sequence>`-like objects.