Skip to content

Commit

Permalink
fix skip
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Feb 20, 2023
1 parent f56fea9 commit 8c95eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cell_tags_are_preserved.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def notebook_with_tags(python_notebook):
)
def test_main_formats_support_cell_metadata(fmt):
if fmt == "md:myst" and not is_myst_available():
pytest.mark.skip()
pytest.skip("myst is not available")
assert fmt in set(formats_with_support_for_cell_metadata())


Expand Down

0 comments on commit 8c95eee

Please sign in to comment.