File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ def read(fname):
47
47
url = 'https://github.com/ARMmbed/mbed-os-tools' ,
48
48
packages = find_packages (),
49
49
license = "Apache-2.0" ,
50
- test_suite = 'test' ,
50
+ test_suite = 'test' ,
51
51
entry_points = {
52
52
"console_scripts" : ["mbedgt=mbed_greentea.mbed_greentea_cli:main" ,],
53
53
},
54
54
install_requires = [
55
55
"mbed-os-tools==0.0.8" ,
56
56
"mbed-host-tests>=1.5.0,<2"
57
57
],
58
- tests_require = [
58
+ tests_require = [
59
59
"mock>=2"
60
60
]
61
61
)
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def read(fname):
48
48
url = 'https://github.com/ARMmbed/mbed-os-tools' ,
49
49
packages = find_packages (),
50
50
license = "Apache-2.0" ,
51
- test_suite = 'test' ,
51
+ test_suite = 'test' ,
52
52
entry_points = {
53
53
"console_scripts" :
54
54
["mbedhtrun=mbed_host_tests.mbedhtrun:main" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def read(fname):
44
44
url = 'https://github.com/ARMmbed/mbed-os-tools' ,
45
45
packages = find_packages (),
46
46
license = "Apache-2.0" ,
47
- test_suite = 'test' ,
47
+ test_suite = 'test' ,
48
48
entry_points = {
49
49
"console_scripts" : [
50
50
"mbedls=mbed_lstools:mbedls_main" ,
@@ -54,11 +54,11 @@ def read(fname):
54
54
"PrettyTable>=0.7.2" ,
55
55
"mbed-os-tools==0.0.8"
56
56
],
57
- tests_require = [
57
+ tests_require = [
58
58
"mock>=2" ,
59
59
"pytest>=3"
60
60
],
61
- extras_require = {
61
+ extras_require = {
62
62
"colorized_logs" : ["colorlog" ]
63
63
}
64
64
)
You can’t perform that action at this time.
0 commit comments