From 298c0eb9632984294cc6695b43ec958f72c1e502 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 9 Feb 2024 08:58:42 -0300 Subject: [PATCH] [Tests][KiCad 8] Skipped EasyEDA download test Is independent --- tests/test_plot/test_step.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/test_step.py b/tests/test_plot/test_step.py index 159aa1ce..fb9e9301 100644 --- a/tests/test_plot/test_step.py +++ b/tests/test_plot/test_step.py @@ -139,7 +139,7 @@ def test_step_rel_dir_1(test_dir): # @pytest.mark.indep But we use KiCad 5 ... -@pytest.mark.skipif(not context.ki7(), reason="Is indep, but needs KiCad 7") +@pytest.mark.skipif(not context.ki7() or context.ki8(), 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)