Skip to content

Commit 47b576b

Browse files
costajohntjezdez
authored andcommitted
style: apply ruff format
1 parent dfe08cb commit 47b576b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/test_solver.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,7 @@ def test_cross_platform_spinner_shows_target_platform(tmp_path: Path) -> None:
675675
specs_to_add=["tzdata"],
676676
command="create",
677677
)
678-
message = solver._collect_all_metadata_spinner_message(
679-
channels=[Channel("conda-forge")]
680-
)
678+
message = solver._collect_all_metadata_spinner_message(channels=[Channel("conda-forge")])
681679
assert f"Platform: {target}" in message
682680
assert "Platform: noarch" not in message
683681

@@ -698,9 +696,7 @@ def test_cross_platform_spinner_falls_back_when_only_noarch(tmp_path: Path) -> N
698696
command="create",
699697
)
700698
solver.subdirs = ("noarch",)
701-
message = solver._collect_all_metadata_spinner_message(
702-
channels=[Channel("conda-forge")]
703-
)
699+
message = solver._collect_all_metadata_spinner_message(channels=[Channel("conda-forge")])
704700
assert f"Platform: {context.subdir}" in message
705701

706702

0 commit comments

Comments
 (0)