* Remove changelog entry for #8251 Reverted in #8903 * Move #9202 changelog to to trivial This won't concern users of pytest * Streamline deprecation changelogs/docs * Remove #8994 changelog This is an impovement for a warning introduced in this release, so including it in a changelog against the last release seems confusing. * Remove #9241 changelog This is an impovement for a doc update introduced in this release, so including it in a changelog against the last release seems confusing. The issue number also seems about something different. * Remove #8897 changelog Empty file... * Various minor changelog fixes
5 lines
252 B
ReStructuredText
5 lines
252 B
ReStructuredText
Improved error messages when parsing warning filters.
|
|
|
|
Previously pytest would show an internal traceback, which besides being ugly sometimes would hide the cause
|
|
of the problem (for example an ``ImportError`` while importing a specific warning type).
|