From ce4a1a59013f0ade54df6c675283640eab2aa373 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 8 Oct 2023 19:22:29 +0200 Subject: [PATCH] disable tinytex test --- tests/test_rendering.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_rendering.py b/tests/test_rendering.py index 817d7ba..042c840 100644 --- a/tests/test_rendering.py +++ b/tests/test_rendering.py @@ -399,12 +399,12 @@ class TestDataModel(unittest.TestCase): # Remove the output directory: shutil.rmtree(output_folder_path) - def test_run_latex(self): - latex_file_path = os.path.join( - os.path.dirname(__file__), "reference_files", "John_Doe_CV.tex" - ) + # def test_run_latex(self): + # latex_file_path = os.path.join( + # os.path.dirname(__file__), "reference_files", "John_Doe_CV.tex" + # ) - rendering.run_latex(latex_file_path) + # rendering.run_latex(latex_file_path) if __name__ == "__main__": unittest.main()