Skip to content

Commit

Permalink
Fix test on Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 1, 2019
1 parent 66dbe50 commit 84cf113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_read_simple_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from jupytext.compare import compare
import jupytext
from jupytext.compare import compare_notebooks
from .utils import skip_if_dict_is_not_ordered


def test_read_simple_file(pynb="""# ---
Expand Down Expand Up @@ -685,6 +686,7 @@ def test_read_markdown_cell_with_triple_quote_307(
compare(script2, script)


@skip_if_dict_is_not_ordered
def test_read_explicit_markdown_cell_with_triple_quote_307(
script="""# {{{ {"special": "metadata", "cell_type": "markdown"}
# some text '''
Expand Down

0 comments on commit 84cf113

Please sign in to comment.