📝 Add a byline to #12264 change note

This commit is contained in:
Sviatoslav Sydorenko 2024-07-02 15:46:38 +02:00
parent 94c0122a17
commit ffcc001562
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Fixed a regression in pytest 8.0 where tracebacks get longer and longer when multiple
tests fail due to a shared higher-scope fixture which raised.
tests fail due to a shared higher-scope fixture which raised -- by :user:`bluetech`.
Also fixed a similar regression in pytest 5.4 for collectors which raise during setup.