From d431a3b2d0c4998c83de2254e7d4c1f1da3c2ccf Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 12 Jan 2024 13:09:47 -0300 Subject: [PATCH] [Tests][Fixed] Moved to KiCad 7 the last test --- tests/test_plot/test_step.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_plot/test_step.py b/tests/test_plot/test_step.py index 6ddd691b..8afdfbf1 100644 --- a/tests/test_plot/test_step.py +++ b/tests/test_plot/test_step.py @@ -138,7 +138,8 @@ def test_step_rel_dir_1(test_dir): ctx.clean_up(keep_project=True) -@pytest.mark.indep +# @pytest.mark.indep But we use KiCad 5 ... +@pytest.mark.skipif(not context.ki7(), reason="Is indep, but needs KiCad 7") def test_step_ea_dl_1(test_dir): prj = 'easyeda_3d_dl' ctx = context.TestContext(test_dir, prj, 'step_simple', STEP_DIR)