Merge "Constraint flake8 and pyflakes versions"
This commit is contained in:
commit
e8ccab40d4
@ -255,13 +255,13 @@ class BaseServiceTest(base.BaseTestCase):
|
||||
FAKE_V3_EXTENSIONS = (
|
||||
{
|
||||
'resources': {
|
||||
URL + 'OS-INHERIT/1.0/rel/domain_user_'
|
||||
+ 'role_inherited_to_projects': "",
|
||||
URL + 'OS-INHERIT/1.0/rel/domain_user_' +
|
||||
'role_inherited_to_projects': "",
|
||||
|
||||
URL + 'OS-SIMPLE-CERT/1.0/rel/ca_certificate': "",
|
||||
|
||||
URL + 'OS-EP-FILTER/1.0/rel/endpoint_group_to_'
|
||||
+ 'project_association': "",
|
||||
URL + 'OS-EP-FILTER/1.0/rel/endpoint_group_to_' +
|
||||
'project_association': "",
|
||||
|
||||
URL + 'OS-EP-FILTER/1.0/rel/project_endpoint': "",
|
||||
|
||||
|
@ -3,7 +3,8 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
hacking>=0.12.0,<0.13 # Apache-2.0
|
||||
|
||||
pyflakes>=0.8,<=2.0.0 # MIT
|
||||
flake8<3.0.0 # MIT
|
||||
coverage>=4.0 # Apache-2.0
|
||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||
oslotest>=1.10.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user