From 7ae22fcb88dc381299ae321c59d38343cefff083 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 13 Jun 2022 09:14:07 -0300 Subject: [PATCH] Improve CHANGELOG message --- changelog/9917.bugfix.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog/9917.bugfix.rst b/changelog/9917.bugfix.rst index 80866a1bb..ac0616d2e 100644 --- a/changelog/9917.bugfix.rst +++ b/changelog/9917.bugfix.rst @@ -1,2 +1 @@ -String representation for `ApproxSequenceLike` was failing on tuples. The bug was fixed by -adding support for tuples to `_recursive_list_map`. Renamed that function to: `_recursive_sequence_map`. +Fixed string representation for :func:`pytest.approx` when used to compare tuples.