Bump hacking version

This fixes the one new failure reported by hacking.

Change-Id: Ifba58879acdacc60262d8a6fad5aee7cbdcc62f5
This commit is contained in:
Dougal Matthews 2015-05-22 21:02:32 +01:00
parent 47fdee09d0
commit b3e37fccac
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)
auth_plugin.sufficient_options)