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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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``.