Skip to content

Commit

Permalink
Merge pull request #584 from maresb/reenable-conda-tests
Browse files Browse the repository at this point in the history
Reenable testing with Conda
  • Loading branch information
maresb committed Jan 18, 2024
2 parents 09e58c9 + 9b63ec0 commit 068bd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -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"),
],
Expand Down

0 comments on commit 068bd19

Please sign in to comment.