diff --git a/test-requirements.txt b/test-requirements.txt index 468c1b4..ec1f529 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.9.2,<0.10 +hacking>=0.10.2,<0.11 coverage>=3.6 discover diff --git a/tuskarclient/tests/common/test_auth.py b/tuskarclient/tests/common/test_auth.py index 84503c8..612d0ee 100644 --- a/tuskarclient/tests/common/test_auth.py +++ b/tuskarclient/tests/common/test_auth.py @@ -94,4 +94,4 @@ class KeystoneAuthPluginOptionsTest(test_utils.TestCase): del kwargs['username'] auth_plugin = auth.KeystoneAuthPlugin(**kwargs) self.assertRaises(exc.AuthPluginOptionsMissing, - auth_plugin.sufficient_options) \ No newline at end of file + auth_plugin.sufficient_options)