From 9b11dd9d2899b8acdd3ec2a3f63239c393b4271a Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Wed, 1 May 2024 12:15:48 -0400 Subject: [PATCH] Add changelog entry --- changelog/11706.bugfix.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/11706.bugfix.rst diff --git a/changelog/11706.bugfix.rst b/changelog/11706.bugfix.rst new file mode 100644 index 000000000..a86db5ef6 --- /dev/null +++ b/changelog/11706.bugfix.rst @@ -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.