Fix numbering and improve changelog entry for #9362 (#9713)

This commit is contained in:
Bruno Oliveira
2022-02-23 19:03:13 -03:00
committed by GitHub
parent 4778e999a5
commit bcc826d0fb
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
Pytest will now avoid specialized assert formatting when it is detected that the default __eq__ is overridden

View File

@@ -0,0 +1 @@
pytest now avoids specialized assert formatting when it is detected that the default ``__eq__`` is overridden in ``attrs`` or ``dataclasses``.