f5fd2fb176
Fix #7864 Fix #9218 Closes #8343 Closes #7877
5 lines
246 B
ReStructuredText
5 lines
246 B
ReStructuredText
Improved error messages when parsing warning filters.
|
|
|
|
Previously pytest would show an internal traceback, which besides ugly sometimes would hide the cause
|
|
of the problem (for example an ``ImportError`` while importing a specific warning type).
|