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 14, 2024
1 parent 2ddbaa5 commit 0dfc2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def test_bake_requires_recipes_installed(recipes_uninstalled):
"""
assert recipes_uninstalled
bake = Bake()
bake.repo = str(TEST_DATA_DIR / 'gpcp-from-gcs')
bake.feedstock_subdir = 'feedstock-0.10.x-norequirements'
bake.repo = str(TEST_DATA_DIR / "gpcp-from-gcs")
bake.feedstock_subdir = "feedstock-0.10.x-norequirements"
with pytest.raises(
ValueError,
match="To use the `bake` command, the packages `pangeo-forge-recipes` must be listed in your recipe's requirements.txt",
Expand Down

0 comments on commit 0dfc2ec

Please sign in to comment.