Skip to content

Commit 3f51f53

Browse files
committed
skip serial test on appveyor
1 parent 0b11d92 commit 3f51f53

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
@@ -62,6 +62,7 @@ def test_command_lib_search(run_command):
6262
assert number_of_libs == number_of_libs_from_json
6363

6464

65+
@pytest.mark.skipif(os.getenv('APPVEYOR'), reason="Appveyor VMs have no serial ports")
6566
def test_command_board_list(run_command):
6667
result = run_command('core update-index')
6768
assert result.ok

0 commit comments

Comments
 (0)