Skip to content

Commit

Permalink
Remove dry-run from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jun 7, 2024
1 parent c5d1648 commit d2216c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micromamba/tests/test_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ def test_create_with_oci_mirrored_channels(tmp_home, tmp_root_prefix, tmp_path,
rc_file = tmp_path / "config.yaml"
rc_file.write_text(yaml.dump(oci_registry_config))

cmd = ["-n", env_name, spec, "--dry-run", "--json", "-c", "oci_channel"]
cmd = ["-n", env_name, spec, "--json", "-c", "oci_channel"]
if parser == "libsolv":
cmd += ["--no-exp-repodata-parsing"]

Expand Down

0 comments on commit d2216c1

Please sign in to comment.