From accf57c8a6a3e442bd619ee3d27150b1fbf8772c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 13:43:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/python/show_fixtures_per_test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/python/show_fixtures_per_test.py b/testing/python/show_fixtures_per_test.py index 92b074ce0..87e7a76f3 100644 --- a/testing/python/show_fixtures_per_test.py +++ b/testing/python/show_fixtures_per_test.py @@ -256,9 +256,9 @@ def test_verbose_include_multiline_docstring(pytester: Pytester) -> None: def test_should_not_show_pseudo_fixtures(pytester: Pytester) -> None: """A fixture is considered pseudo if it was directly created using the - ``@pytest.mark.parametrize`` decorator as part of internal pytest - mechanisms (such as to manage batch execution). These fixtures should not - be included in the output because they don't satisfy user expectations for + ``@pytest.mark.parametrize`` decorator as part of internal pytest + mechanisms (such as to manage batch execution). These fixtures should not + be included in the output because they don't satisfy user expectations for how fixtures are created and used.""" p = pytester.makepyfile( """