From 34f58d90ac39fdd09926f5990bf419b4c899e3f3 Mon Sep 17 00:00:00 2001 From: Chris NeJame Date: Tue, 14 Jan 2020 22:18:25 -0500 Subject: [PATCH] Update changelog/6436.bugfix.rst Co-Authored-By: Bruno Oliveira --- changelog/6436.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/6436.bugfix.rst b/changelog/6436.bugfix.rst index bc7501421f0..9afa252d57d 100644 --- a/changelog/6436.bugfix.rst +++ b/changelog/6436.bugfix.rst @@ -1,3 +1,3 @@ -``:class:FixtureDef`` objects now properly register their finalizers with autouse and +:class:`FixtureDef <_pytest.fixtures.FixtureDef>` objects now properly register their finalizers with autouse and parameterized fixtures that execute before them in the fixture stack so they are torn down at the right times, and in the right order.