Merge "Clean up removed hacking rule from [flake8] ignore lists"
This commit is contained in:
commit
ccac5f8f9d
@ -28,4 +28,4 @@ def API(configuration=None):
|
||||
conf.register_opts(key_manager_opts, group='key_manager')
|
||||
|
||||
cls = importutils.import_class(conf.key_manager.api_class)
|
||||
return cls(configuration=conf)
|
||||
return cls(configuration=conf)
|
||||
|
@ -1,8 +1,7 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
hacking<0.10,>=0.9.2
|
||||
hacking>=0.10.2,<0.11 # Apache-2.0
|
||||
|
||||
coverage>=3.6 # Apache-2.0
|
||||
discover # BSD
|
||||
|
Loading…
x
Reference in New Issue
Block a user