Skip to content

Commit

Permalink
test: skip test that relies on GH_TOKEN if that is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jun 20, 2024
1 parent 4db8adb commit f54907d
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 f54907d

Please sign in to comment.