Fix numbering and improve changelog entry for #9362

This commit is contained in:
Bruno Oliveira 2022-02-23 15:10:01 -03:00
parent 9af3e23695
commit 6c58343e2a
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``.