From d5edb314233c146c59433f08ce03b572efff01b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:25:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/en/how-to/fixtures.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index d4aa13a7d..9498442c8 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -750,6 +750,7 @@ Consider the differences in the following examples: request.addfinalizer(partial(print, "finalizer_2")) request.addfinalizer(partial(print, "finalizer_1")) + @pytest.fixture def fix_w_yield(): yield