[Tests][KiCad 8] Skipped EasyEDA download test

Is independent
This commit is contained in:
Salvador E. Tropea 2024-02-09 08:58:42 -03:00
parent df0504d9c5
commit 298c0eb963
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ def test_step_rel_dir_1(test_dir):
# @pytest.mark.indep But we use KiCad 5 ... # @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): def test_step_ea_dl_1(test_dir):
prj = 'easyeda_3d_dl' prj = 'easyeda_3d_dl'
ctx = context.TestContext(test_dir, prj, 'step_simple', STEP_DIR) ctx = context.TestContext(test_dir, prj, 'step_simple', STEP_DIR)