Add changelog entry

This commit is contained in:
Ben Brown 2024-05-01 12:15:48 -04:00
parent f0586b12e6
commit 9b11dd9d28
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Fix reporting of teardown errors in higher-scoped fixtures when using `--maxfail` or `--stepwise`.
Originally added in pytest 8.0.0, but reverted in 8.0.2 due to a regression in pytest-xdist.
This regression was fixed in pytest-xdist 3.6.1.