Skip to content

Commit 689f984

Browse files
author
Juho Hovila
committed
Disable pyOCD install due to intervaltree bug
1 parent dd5e4be commit 689f984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ def read(fname):
5656
"mbed-ls>=1.5.1,==1.*",
5757
"six",
5858
"pyserial",
59-
"pyOCD!=0.13.0"
59+
# Uncomment once https://github.com/mbedmicro/pyOCD/pull/476 is merged
60+
# "pyOCD!=0.13.0"
6061
],
6162
classifiers=[
6263
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)