Skip to content

Commit 8591edc

Browse files
committed
same
1 parent 3f51f53 commit 8591edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/test_main.py

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def test_command_board_list(run_command):
7676
assert 'protocol_label' in port
7777

7878

79+
@pytest.mark.skipif(os.getenv('APPVEYOR'), reason="Appveyor VMs have no serial ports")
7980
def test_command_board_listall(run_command):
8081
result = run_command('board listall')
8182
assert result.ok

0 commit comments

Comments
 (0)