disable tinytex test

This commit is contained in:
Sina Atalay 2023-10-08 19:22:29 +02:00
parent 9e5ea632db
commit ce4a1a5901
1 changed files with 5 additions and 5 deletions

View File

@ -399,12 +399,12 @@ class TestDataModel(unittest.TestCase):
# Remove the output directory: # Remove the output directory:
shutil.rmtree(output_folder_path) shutil.rmtree(output_folder_path)
def test_run_latex(self): # def test_run_latex(self):
latex_file_path = os.path.join( # latex_file_path = os.path.join(
os.path.dirname(__file__), "reference_files", "John_Doe_CV.tex" # 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__": if __name__ == "__main__":
unittest.main() unittest.main()