Skip to content

Commit

Permalink
Skip two more notebooks in quarto tests
Browse files Browse the repository at this point in the history
Quarto moves the first header to a field 'title' in the notebook metadata
  • Loading branch information
mwouts committed Jun 4, 2023
1 parent 57d9b22 commit 08e187d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 59 deletions.
32 changes: 0 additions & 32 deletions tests/notebooks/mirror/ipynb_to_quarto/Notebook_with_R_magic.qmd

This file was deleted.

25 changes: 0 additions & 25 deletions tests/notebooks/mirror/ipynb_to_quarto/jupyter.qmd

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_contentsmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_save_load_paired_md_pandoc_notebook(nb_file, tmpdir):
list_notebooks(
"ipynb",
skip="(World|functional|Notebook with|plotly_graphs|flavors|complex_metadata|"
"update83|raw_cell|_66|nteract|LaTeX|invalid|305|text_outputs|ir_notebook)",
"update83|raw_cell|_66|nteract|LaTeX|invalid|305|text_outputs|ir_notebook|jupyter|with_R_magic)",
),
)
def test_save_load_paired_qmd_notebook(nb_file, tmpdir):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_ipynb_to_pandoc(nb_file, no_jupytext_version_number):
list_notebooks(
"ipynb",
skip="(World|functional|Notebook with|plotly_graphs|flavors|complex_metadata|"
"update83|raw_cell|_66|nteract|LaTeX|invalid|305|text_outputs|ir_notebook)",
"update83|raw_cell|_66|nteract|LaTeX|invalid|305|text_outputs|ir_notebook|jupyter|with_R_magic)",
),
)
def test_ipynb_to_quarto(
Expand Down

0 comments on commit 08e187d

Please sign in to comment.