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.