From e2102658239cf12ed24c024d5e41560dbe161cb0 Mon Sep 17 00:00:00 2001 From: Alessandro Marin Date: Thu, 2 Dec 2021 10:44:43 +0100 Subject: [PATCH] Remove some test code making pytests fail --- pytests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytests.py b/pytests.py index 7ac3965..8a73b6f 100644 --- a/pytests.py +++ b/pytests.py @@ -336,7 +336,7 @@ def test_execute_abort(tdir): stderr=subprocess.STDOUT, # can do this in debugger mode: print(out.stdout) encoding='utf8') assert out.returncode != 0 or 'output in {}'.format(fname_fail) in out.stdout -aaa + def test_execute_err_abort(tdir): # Test errors in code blocks with the -err postfix and the doconce option --execute=abort from doconce.jupyter_execution import JupyterKernelClient