Skip to content

Commit

Permalink
[PCB Print Tests][Fixed] Also include V9+ in drillmap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen-v committed Jan 7, 2025
1 parent 36d6825 commit c4dcda8
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 c4dcda8

Please sign in to comment.