We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824d9cb commit 519de70Copy full SHA for 519de70
tools/run_test_matrix.py
@@ -83,13 +83,6 @@ def main():
83
84
args = parser.parse_args()
85
86
- # Make sure pyserial is available
87
- try:
88
- import serial
89
- except ImportError:
90
- print("Error: pyserial not installed. Run: pip install pyserial")
91
- sys.exit(1)
92
-
93
os.makedirs(args.output_dir, exist_ok=True)
94
95
attempted = 0
0 commit comments