Skip to content

Commit

Permalink
Merge branch 'npz/feature/internal-integration-fixtures' of github.co…
Browse files Browse the repository at this point in the history
…m:pangeo-forge/pangeo-forge-runner into npz/feature/internal-integration-fixtures
  • Loading branch information
ranchodeluxe committed Feb 15, 2024
2 parents 3ff6e7a + 89ee420 commit 77c3875
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 77c3875

Please sign in to comment.