From 6911fcddc74ba53490c09da124c2b2efd5f44ae4 Mon Sep 17 00:00:00 2001 From: Teejay Date: Fri, 27 Jan 2023 08:01:37 -0800 Subject: [PATCH] PR feedback Add a more descriptive changelog entry. Co-authored-by: Bruno Oliveira --- changelog/10597.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/10597.bugfix.rst b/changelog/10597.bugfix.rst index 4ee691336..9070e74a3 100644 --- a/changelog/10597.bugfix.rst +++ b/changelog/10597.bugfix.rst @@ -1 +1 @@ -Fix nose teardown fixture regressions. +Fix bug where a fixture method named ``teardown`` would be called as part of ``nose`` teardown stage.