Loading tests/renderer/test_renderer.py +2 −0 Original line number Diff line number Diff line Loading @@ -675,6 +675,8 @@ def test_custom_ls_output( # TODO: revert once BASOP is brought up-to-date if in_fmt in INPUT_FORMATS_MASA: pytest.skip("MASA to custom LS not supported on ivas-float-update yet") if in_fmt in INPUT_FORMATS_ISM and out_fmt == "t_design_4": pytest.skip("ISMx + t_design_4 skipped until bug in BASOP is fixed") run_renderer( record_property, props_to_record, Loading Loading
tests/renderer/test_renderer.py +2 −0 Original line number Diff line number Diff line Loading @@ -675,6 +675,8 @@ def test_custom_ls_output( # TODO: revert once BASOP is brought up-to-date if in_fmt in INPUT_FORMATS_MASA: pytest.skip("MASA to custom LS not supported on ivas-float-update yet") if in_fmt in INPUT_FORMATS_ISM and out_fmt == "t_design_4": pytest.skip("ISMx + t_design_4 skipped until bug in BASOP is fixed") run_renderer( record_property, props_to_record, Loading