From 9b63ec017bd53bb37ba4a1f539a61e477fc12129 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Thu, 18 Jan 2024 17:54:46 +0100 Subject: [PATCH] Reenable testing with Conda --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 32064f2e..96bb83f9 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -19,7 +19,7 @@ @pytest.fixture( scope="session", params=[ - pytest.param("conda", marks=pytest.mark.skip(reason="slow")), + pytest.param("conda"), pytest.param("mamba"), pytest.param("micromamba"), ],