[Tests][Fixed] Moved to KiCad 7 the last test

This commit is contained in:
Salvador E. Tropea 2024-01-12 13:09:47 -03:00
parent b752882091
commit d431a3b2d0
1 changed files with 2 additions and 1 deletions

View File

@ -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)