Skip to content

Commit

Permalink
Merge pull request #1954 from neighbourhoodie/fix/local-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Jun 20, 2024
2 parents 4db8adb + f54907d commit fbcfe61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1870,6 +1870,7 @@ def assert_jinja(jinja_var, is_good=True):
assert_jinja('{% set version= "0.27.3"%}', is_good=False)


@unittest.skipUnless(is_gh_token_set(), "GH_TOKEN not set")
def test_lint_no_builds():
expected_message = "The feedstock has no `.ci_support` files and "

Expand Down

0 comments on commit fbcfe61

Please sign in to comment.