fix py27 gate failure due to astroid 2.0
Version 2.0 of astroid was recently released and it only supports python 3. This version is pulled in by pylint 1.7.1 via an bug in pylint that doesn't have upper constraints on astroid. This is fixed in newer versions of pylint. This patch bumps the test-requirements.txt to use pyline 1.7.6 that will constrain astroid to 1.5.3. Change-Id: Ia521dd9544708d1500b65e2048af3a583eaed1df
This commit is contained in:
parent
2b62765027
commit
5362bc4267
@ -21,6 +21,6 @@ testscenarios>=0.4 # Apache-2.0/BSD
|
||||
WebTest>=2.0.27 # MIT
|
||||
bandit>=1.1.0 # Apache-2.0
|
||||
tempest>=17.1.0 # Apache-2.0
|
||||
pylint==1.7.1 # GPLv2
|
||||
pylint==1.7.6 # GPLv2
|
||||
python-openstackclient>=3.12.0 # Apache-2.0
|
||||
requests-mock>=1.2.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user