Skip to content

Commit

Permalink
Fix test on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 1, 2019
1 parent a4655ad commit 67ded3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_execute_readme_not_ok(tmpdir):
""")

import nbconvert
with pytest.raises(nbconvert.preprocessors.execute.CellExecutionError, match="NameError: name 'a' is not defined"):
with pytest.raises(nbconvert.preprocessors.execute.CellExecutionError, match="is not defined"):
jupytext(args=[tmp_md, '--execute'])


Expand Down

0 comments on commit 67ded3c

Please sign in to comment.