From 3356fa77226757f75e12223034cd4173d0d108dd Mon Sep 17 00:00:00 2001 From: jakkdl Date: Wed, 17 Jan 2024 16:31:43 +0100 Subject: [PATCH] add changelog --- changelog/1489.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/1489.bugfix.rst diff --git a/changelog/1489.bugfix.rst b/changelog/1489.bugfix.rst new file mode 100644 index 000000000..70c5dd125 --- /dev/null +++ b/changelog/1489.bugfix.rst @@ -0,0 +1 @@ +Fix some instances where teardown of higher-scoped fixtures was not happening in the reverse order they were initialized in.