Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jul 27, 2023
1 parent 5a34aa2 commit aadce20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conda_smithy/configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ def render_README(jinja_env, forge_config, forge_dir, render_info=None):
if not channel_targets:
# default to conda-forge if no channel_targets are specified (shouldn't happen)
channel_targets = ["conda-forge main"]
else:
else:
# de-duplicate in-order
channel_targets = list(dict.fromkeys(channel_targets))

Expand Down
1 change: 0 additions & 1 deletion tests/test_configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,6 @@ def test_conda_forge_yaml_empty(config_yaml):
assert load_forge_config()["recipe_dir"] == "recipe"



def test_noarch_platforms_bad_yaml(config_yaml):
load_forge_config = lambda: cnfgr_fdstk._load_forge_config( # noqa
config_yaml,
Expand Down

0 comments on commit aadce20

Please sign in to comment.