diff --git a/marconi/tests/system/common/functionlib.py b/marconi/tests/system/common/functionlib.py index 2daad91ed..f0158e694 100644 --- a/marconi/tests/system/common/functionlib.py +++ b/marconi/tests/system/common/functionlib.py @@ -29,10 +29,10 @@ def get_keystone_token(): """Gets Keystone Auth token.""" req_json = { 'auth': { - 'passwordCredentials': { - 'username': CFG.username, - 'password': CFG.password - } + 'passwordCredentials': { + 'username': CFG.username, + 'password': CFG.password + }, }, } diff --git a/test-requirements.txt b/test-requirements.txt index d564fa13c..f11b0d57b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,6 +15,4 @@ nose-exclude openstack.nose_plugin # Metrics and style -coverage -flake8 hacking \ No newline at end of file