From a87a41d18b11d47b0671c567b477d9a0c98ed8eb Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 22 Jan 2024 11:17:53 -0300 Subject: [PATCH] [Tests] The new test is just for KiCad 7 --- tests/test_plot/test_position.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_plot/test_position.py b/tests/test_plot/test_position.py index 985a5fad..86ab1c03 100644 --- a/tests/test_plot/test_position.py +++ b/tests/test_plot/test_position.py @@ -323,6 +323,7 @@ positions_a = {'Q1': (122, 77, 'top', 180), POS_TRS = ('Q1', 'Q2', 'Q3', 'Q4', 'Q5', 'Q6', 'Q7', 'Q8') +@pytest.mark.skipif(not context.ki7(), reason="Just testing with 7") def test_position_rot_a(test_dir): """ """ prj = 'rotations'