Skip to content

Commit 3407728

Browse files
committed
Fixing test requirement key for htrun
1 parent 0874b22 commit 3407728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/mbed-host-tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def read(fname):
5757
install_requires=[
5858
"mbed-os-tools==0.0.1"
5959
],
60-
test_requires=[
60+
tests_require=[
6161
"mock>=2"
6262
]
6363
)

0 commit comments

Comments
 (0)