Skip to content

Commit

Permalink
These two tests require myst
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jun 30, 2024
1 parent ccae7ef commit 42a48e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/round_trip/test_myst_header.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import pytest

from jupytext import reads, writes
from jupytext.compare import compare
from jupytext.config import load_jupytext_configuration_file


@pytest.mark.requires_myst
def test_myst_header_is_stable_1247_using_inline_filter(
md="""---
jupytext:
Expand All @@ -29,6 +32,7 @@ def test_myst_header_is_stable_1247_using_inline_filter(
compare(md2, md)


@pytest.mark.requires_myst
def test_myst_header_is_stable_1247_using_config(
jupytext_toml_content="""notebook_metadata_filter = "-jupytext.text_representation.jupytext_version,settings,mystnb"
""",
Expand Down

0 comments on commit 42a48e8

Please sign in to comment.