From 3534850a33cfca607e6e7e764f2d71375ee5ad9b Mon Sep 17 00:00:00 2001 From: jaimergp Date: Fri, 7 Jul 2023 17:44:05 +0200 Subject: [PATCH] reenable test --- tests/test_examples.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index c48ecdca..a1d8a58f 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -315,10 +315,6 @@ def test_example_extra_files(tmp_path, request): _run_installer(input_path, installer, install_dir, request=request) -@pytest.mark.skipif( - sys.platform == "Darwin" and CONSTRUCTOR_CONDA_EXE.endswith("micromamba"), - reason="Known to fail. See https://github.com/conda/constructor/issues/674." -) def test_example_miniforge(tmp_path, request): input_path = _example_path("miniforge") for installer, install_dir in create_installer(input_path, tmp_path):