diff --git a/tests/conftest.py b/tests/conftest.py index 32064f2e4..96bb83f94 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"), ],