Skip to content

Commit 658b429

Browse files
committed
Adding htrun dependency in greentea
1 parent d51c188 commit 658b429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mbed-greentea/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def read(fname):
5252
"console_scripts": ["mbedgt=mbed_greentea.mbed_greentea_cli:main",],
5353
},
5454
install_requires=[
55-
"mbed-os-tools==0.0.1"
55+
"mbed-os-tools==0.0.1",
56+
"mbed-host-tests>=1.5.0,<2"
5657
],
5758
tests_require = [
5859
"mock>=2"

0 commit comments

Comments
 (0)