📝 Use past tense in #12204 change note

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

View File

@ -1,6 +1,7 @@
Fix 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.
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.
Also fix a similar regression in pytest 5.4 for collectors which raise during setup.
Also fixed a similar regression in pytest 5.4 for collectors which raise during setup.
The fix necessitated internal changes which may affect some plugins: