We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b11d92 commit 3f51f53Copy full SHA for 3f51f53
test/test_main.py
@@ -62,6 +62,7 @@ def test_command_lib_search(run_command):
62
assert number_of_libs == number_of_libs_from_json
63
64
65
+@pytest.mark.skipif(os.getenv('APPVEYOR'), reason="Appveyor VMs have no serial ports")
66
def test_command_board_list(run_command):
67
result = run_command('core update-index')
68
assert result.ok
0 commit comments