Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jul 7, 2023
1 parent 96b1412 commit 84f5120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def test_example_extra_files(tmp_path, request):


@pytest.mark.skipif(
sys.platform == "Darwin" and CONSTRUCTOR_CONDA_EXE.endswith("micromamba"),
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):
Expand Down

0 comments on commit 84f5120

Please sign in to comment.