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):
4747 url = 'https://github.com/ARMmbed/mbed-os-tools' ,
4848 packages = find_packages (),
4949 license = "Apache-2.0" ,
50- test_suite = 'test' ,
50+ test_suite = 'test' ,
5151 entry_points = {
5252 "console_scripts" : ["mbedgt=mbed_greentea.mbed_greentea_cli:main" ,],
5353 },
5454 install_requires = [
5555 "mbed-os-tools==0.0.8" ,
5656 "mbed-host-tests>=1.5.0,<2"
5757 ],
58- tests_require = [
58+ tests_require = [
5959 "mock>=2"
6060 ]
6161)
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def read(fname):
4848 url = 'https://github.com/ARMmbed/mbed-os-tools' ,
4949 packages = find_packages (),
5050 license = "Apache-2.0" ,
51- test_suite = 'test' ,
51+ test_suite = 'test' ,
5252 entry_points = {
5353 "console_scripts" :
5454 ["mbedhtrun=mbed_host_tests.mbedhtrun:main" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def read(fname):
4444 url = 'https://github.com/ARMmbed/mbed-os-tools' ,
4545 packages = find_packages (),
4646 license = "Apache-2.0" ,
47- test_suite = 'test' ,
47+ test_suite = 'test' ,
4848 entry_points = {
4949 "console_scripts" : [
5050 "mbedls=mbed_lstools:mbedls_main" ,
@@ -54,11 +54,11 @@ def read(fname):
5454 "PrettyTable>=0.7.2" ,
5555 "mbed-os-tools==0.0.8"
5656 ],
57- tests_require = [
57+ tests_require = [
5858 "mock>=2" ,
5959 "pytest>=3"
6060 ],
61- extras_require = {
61+ extras_require = {
6262 "colorized_logs" : ["colorlog" ]
6363 }
6464)
You can’t perform that action at this time.
0 commit comments