From eb2de346dca185bca05d91a9a0d067452a7c6c45 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Mon, 18 Dec 2023 17:15:05 +0100 Subject: [PATCH] do not skip here either --- tests/test_examples.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index 56864ee11..bba96166c 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -240,9 +240,6 @@ def create_installer( timeout=420, **env_vars, ) -> Tuple[Path, Path]: - if sys.platform.startswith("win") and conda_exe and _is_micromamba(conda_exe): - pytest.skip("Micromamba is not supported on Windows yet (shortcut creation).") - output_dir = workspace / "installer" output_dir.mkdir(parents=True, exist_ok=True) cmd = [