diff --git a/tests/correct/test_phase_proc.py b/tests/correct/test_phase_proc.py index 0ec500de086..281811fe366 100644 --- a/tests/correct/test_phase_proc.py +++ b/tests/correct/test_phase_proc.py @@ -143,6 +143,7 @@ def perform_phase_processing(LP_solver="cvxopt"): return radar, phidp, kdp +@pytest.mark.skipif(not cvxopt_available, reason="CVXOPT is not installed.") def test_perform_phase_processing_gf(LP_solver="cvxopt"): """Perform LP phase processing on a single ray radar.""" radar = pyart.testing.make_single_ray_radar()