Skip to content

Commit

Permalink
TST: Skip tests if mamba isn't there
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Feb 4, 2024
1 parent 65822cc commit f8db9e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_environment_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def test_asv_benchmark(asv_project_factory, env):
),
],
)
@pytest.mark.skipif(not tools.HAS_MAMBA,
reason="needs mamba")
def test_asv_mamba(
asv_project_factory, config_modifier, expected_success, expected_error
):
Expand Down

0 comments on commit f8db9e4

Please sign in to comment.