Skip to content

Commit d8279fe

Browse files
committed
Skip windows with bash
1 parent 3b54f80 commit d8279fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

micromamba/tests/test_shell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def test_init(tmp_home, tmp_root_prefix, shell_type, prefix_selector, multiple_t
226226

227227

228228
def test_shell_init_with_env_var(tmp_home, tmp_root_prefix):
229+
skip_if_shell_incompat("bash")
229230
umamba_cmd = helpers.get_umamba()
230231
res = helpers.umamba_run("sh", "-c", f"export SHELL=/bin/bash; {umamba_cmd} shell init")
231232
assert res

0 commit comments

Comments
 (0)