summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2020-09-04 11:07:37 -0400
committerEric Harney <eharney@redhat.com>2020-09-04 11:11:02 -0400
commita309349dc676904c8900ff588ae71e24231e9e4f (patch)
tree237cb7fedcbfd5de7030cb8ebccc70abfd2763bd /tox.ini
parent977ff8105cc8ddc3167f34672dc1f0d9639f1b5b (diff)
downloadcinder-a309349dc676904c8900ff588ae71e24231e9e4f.tar.gz
Pylint: pin isort to 4.3.21
isort 5.0 was released and is not compatible with Pylint 2.3.0. Closes-Bug: #1894078 Change-Id: I689a47a041aee2e86d5d4ba1da3b51ad2c6798fc
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3459c10ae..1f5fb075b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -90,6 +90,7 @@ passenv = FAST8_NUM_COMMITS
[testenv:pylint]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
+ isort==4.3.21
pylint==2.3.0
commands =
bash ./tools/coding-checks.sh --pylint {posargs}