Skip to content

Commit 0dbd42a

Browse files
Fixed spacing/formatting
1 parent aef119e commit 0dbd42a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/mbed-greentea/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

packages/mbed-host-tests/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

packages/mbed-ls/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)