From 9d66cef9c0c775f2c531f442b181f11310c36c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tun=C3=A7=20Ba=C5=9Far=20K=C3=B6se?= Date: Mon, 23 Sep 2024 13:02:04 +0300 Subject: [PATCH] Set output filename explicitly in test --- tests/test_execute.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/test_execute.py b/tests/test_execute.py index 90e24b52..847b6840 100644 --- a/tests/test_execute.py +++ b/tests/test_execute.py @@ -348,7 +348,12 @@ def test_only_html(sphinx_run, file_regression): @pytest.mark.sphinx_params( - "with_only.md", conf={"nb_execution_mode": "auto"}, buildername="latex" + "with_only.md", + conf={ + "nb_execution_mode": "auto", + "latex_documents": [('with_only', 'with_only.tex', "project", "author", 'manual')] + }, + buildername="latex" ) def test_only_latex(sphinx_run, file_regression): """Test that the table gets output into the HTML,