From 5bba62486794d354ac41185a4b98cc386c2b9ca8 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Mon, 6 Jul 2020 13:41:41 +0100 Subject: [PATCH] Fix pep8 job New versions of isort broke pylint. This patch fixes it at 4.3.21. Depends-On: https://review.opendev.org/739914 Change-Id: Ic6858b60ae6b7cd031843ea594b8fe1c8a67bb54 Signed-off-by: Lucas Alvares Gomes (cherry picked from commit 75970c4cda175d246b3519171e8cd96da2c65776) --- lower-constraints.txt | 1 + test-requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index 2179068eba8..eae66da6476 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -35,6 +35,7 @@ hacking==1.1.0 httplib2==0.9.1 imagesize==0.7.1 iso8601==0.1.11 +isort==4.3.21 Jinja2==2.10 jmespath==0.9.0 jsonpatch==1.16 diff --git a/test-requirements.txt b/test-requirements.txt index e4e6d09c69f..a5c12ddbdbf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,6 +22,7 @@ astroid==1.6.5;python_version<"3.0" # LGPLv2.1 astroid==2.1.0;python_version>="3.0" # LGPLv2.1 pylint==1.9.2;python_version<"3.0" # GPLv2 pylint==2.2.0;python_version>="3.0" # GPLv2 +isort==4.3.21 # MIT # Needed to run DB commands in virtualenvs PyMySQL>=0.7.6 # MIT License bashate>=0.5.1 # Apache-2.0