Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 260 Bytes

9692.improvement.rst

File metadata and controls

3 lines (2 loc) · 260 Bytes

pytest.approx now raises a TypeError when given an unordered sequence (such as set).

Note that this implies that custom classes which only implement __iter__ and __len__ are no longer supported as they don't guarantee order.