diff --git a/py_tests/test_plot_detailed_evolution.py b/py_tests/test_plot_detailed_evolution.py index 25f5673ca..c6ebee8d5 100644 --- a/py_tests/test_plot_detailed_evolution.py +++ b/py_tests/test_plot_detailed_evolution.py @@ -1,9 +1,11 @@ import os.path import time +import pytest from compas_python_utils.detailed_evolution_plotter import plot_detailed_evolution +@pytest.mark.skip(reason="RuntimeError: Failed to process string with tex because latex could not be found") def test_plotter(example_compas_output_path, capsys, test_archive_dir): data_path = example_compas_output_path bse_detailed_out_path = os.path.join(