From 89ee42036a8009b72f4495882a5ce8a40111778d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:15:48 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/unit/test_bake.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/unit/test_bake.py b/tests/unit/test_bake.py index 210f0c5..429d297 100644 --- a/tests/unit/test_bake.py +++ b/tests/unit/test_bake.py @@ -144,9 +144,7 @@ def test_gpcp_bake( no_input_cache, recipes_version_ref, ): - if ( - recipes_version_ref == "0.10.x-dictobj" and recipe_id - ): + if recipes_version_ref == "0.10.x-dictobj" and recipe_id: pytest.skip( "We only test dictobjs for recipes >0.10.0, and without recipe_id's" )