Fix pep8 job
New versions of isort broke pylint. This patch fixes it at 4.3.21. Change-Id: Ie1b3b162e18090ae1cc90998b5a41d74b9ef2876 Depends-On: https://review.opendev.org/739469
This commit is contained in:
parent
0db26a3297
commit
dac170c8b4
@ -12,6 +12,7 @@ future==0.16.0
|
||||
hacking==0.12.0
|
||||
imagesize==0.7.1
|
||||
iso8601==0.1.11
|
||||
isort==4.3.21
|
||||
Jinja2==2.10
|
||||
keystoneauth1==3.4.0
|
||||
linecache2==1.0.0
|
||||
|
@ -5,6 +5,7 @@
|
||||
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
||||
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
isort==4.3.21 # MIT
|
||||
python-subunit>=1.0.0 # Apache-2.0/BSD
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
os-testr>=1.0.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user