summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDoug Wiegley <doug@parkside.io>2019-02-19 23:47:33 -0700
committerSlawek Kaplonski <skaplons@redhat.com>2019-02-21 13:22:26 +0000
commit7e208c30140cfe06fa4f123589985e57c246223d (patch)
tree641e0904cec33c568f6341e3d9d215b0518c00b8 /test-requirements.txt
parentf74731d136975fb417b8144850d2b5cd8f89f8e0 (diff)
downloadneutron-7e208c30140cfe06fa4f123589985e57c246223d.tar.gz
Bump pylint version to one that supports python3.7
The listed revision no longer supports python2, but afaik, we are always running under python3 for those tests anyway. Change-Id: Iba94d73eeb65fb21f5d098afe0fbe4348dbea850
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4027fec533..c1f849f4c5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,8 +18,10 @@ oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
ddt>=1.0.1 # MIT
-astroid==1.6.5 # LGPLv2.1
-pylint==1.9.2 # GPLv2
+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
# Needed to run DB commands in virtualenvs
PyMySQL>=0.7.6 # MIT License
bashate>=0.5.1 # Apache-2.0