From 6c58343e2ac360cacdf4206297a0ef2c197b5c13 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 23 Feb 2022 15:10:01 -0300 Subject: [PATCH] Fix numbering and improve changelog entry for #9362 --- changelog/9326.bugfix.rst | 1 - changelog/9362.improvement.rst | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog/9326.bugfix.rst create mode 100644 changelog/9362.improvement.rst diff --git a/changelog/9326.bugfix.rst b/changelog/9326.bugfix.rst deleted file mode 100644 index 1aaa424d371..00000000000 --- a/changelog/9326.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Pytest will now avoid specialized assert formatting when it is detected that the default __eq__ is overridden diff --git a/changelog/9362.improvement.rst b/changelog/9362.improvement.rst new file mode 100644 index 00000000000..ad7f8042ca9 --- /dev/null +++ b/changelog/9362.improvement.rst @@ -0,0 +1 @@ +pytest now avoids specialized assert formatting when it is detected that the default ``__eq__`` is overridden in ``attrs`` or ``dataclasses``.