Skip to content

Commit

Permalink
Fix test interference
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 27, 2020
1 parent 27b71bf commit af2b15b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1166,3 +1166,6 @@ def test_jupytext_set_formats_file_gives_an_informative_error(tmpdir):

with pytest.raises(ValueError, match="jupytext --sync notebook.md"):
jupytext(["--set-formats", "notebook.md"])

# Remove the config file, otherwise test_jupytext_jupyter_fs_metamanager fails later on!
cfg_file.remove()

0 comments on commit af2b15b

Please sign in to comment.