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
(cherry picked from commit dac170c8b4)
This commit is contained in:
Jakub Libosvar 2020-07-07 17:14:58 +02:00 committed by Terry Wilson
parent 89660b00d4
commit ced4b6dd6e
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -5,6 +5,7 @@
hacking<0.13,>=0.12.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