Skip to content

Commit

Permalink
Merge pull request #766 from nguyen-v/fix_test_drillmap_version
Browse files Browse the repository at this point in the history
[PCB Print Tests][Fixed] Also include V9+ in drillmap tests
  • Loading branch information
set-soft authored Jan 8, 2025
2 parents 36d6825 + c4dcda8 commit 93d93fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plot/test_print_pcb.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def test_pcb_print_multizone_1(test_dir):
ctx.clean_up()


@pytest.mark.skipif(not context.ki7() and not context.ki8(), reason="Implemented for KiCad 7+")
@pytest.mark.skipif(not context.ki7(), reason="Implemented for KiCad 7+")
def test_pcb_print_drill_map(test_dir):
prj = 'drill_types'
ctx = context.TestContext(test_dir, prj, 'print_drill_map')
Expand Down

0 comments on commit 93d93fd

Please sign in to comment.