Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 15, 2024
1 parent 3acc761 commit 89ee420
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit/test_bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 89ee420

Please sign in to comment.