From 13d104948ae2af443d1d705b22cd567f835a3feb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:23:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/python/fixtures.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/python/fixtures.py b/testing/python/fixtures.py index 7984d4569..1e22270e5 100644 --- a/testing/python/fixtures.py +++ b/testing/python/fixtures.py @@ -4697,12 +4697,12 @@ def test_scoped_fixture_caching_exception(pytester: Pytester) -> None: result = pytester.runpytest() assert result.ret == 0 - + def test_scoped_fixture_teardown_order(pytester: Pytester) -> None: """ Make sure teardowns happen in reverse order of setup with scoped fixtures, when a later test only depends on a subset of scoped fixtures. - + Regression test for https://github.com/pytest-dev/pytest/issues/1489 """ pytester.makepyfile( @@ -4750,4 +4750,4 @@ def test_scoped_fixture_teardown_order(pytester: Pytester) -> None: """ ) result = pytester.runpytest() - assert result.ret == 0 \ No newline at end of file + assert result.ret == 0