We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f51f53 commit 8591edcCopy full SHA for 8591edc
test/test_main.py
@@ -76,6 +76,7 @@ def test_command_board_list(run_command):
76
assert 'protocol_label' in port
77
78
79
+@pytest.mark.skipif(os.getenv('APPVEYOR'), reason="Appveyor VMs have no serial ports")
80
def test_command_board_listall(run_command):
81
result = run_command('board listall')
82
assert result.ok
0 commit comments