Update Train branch requirements

Change-Id: I2519067aeb65da42748598a283ea31c5a8a0b07f
This commit is contained in:
asarfaty 2020-12-08 14:40:03 +02:00
parent 6bd1dede80
commit 59fc7fa663
3 changed files with 17 additions and 4 deletions

View File

@ -95,6 +95,21 @@ disable=
cyclic-import,
no-name-in-module,
bad-super-call
# new for python3 version of pylint
consider-using-set-comprehension,
unnecessary-pass,
useless-object-inheritance,
raise-missing-from,
super-with-arguments,
inconsistent-return-statements,
unnecessary-comprehension,
consider-using-in,
consider-using-get,
assignment-from-none,
invalid-overridden-method,
raising-format-tuple,
comparison-with-callable,
bad-super-call
[BASIC]
# Variable names can be 1 to 31 characters long, with lowercase and underscores

View File

@ -1,5 +1,4 @@
amqp==2.1.1
bandit==1.1.0
coverage==4.0
decorator==4.3.0
eventlet==0.24.1
@ -38,7 +37,7 @@ pika==0.10.0
prettytable==0.7.2
psycopg2==2.7
PyMySQL==0.7.6
pylint==1.7.1
pylint==1.9.2
python-openstackclient==4.0.0
reno==2.5.0
requests==2.14.2

View File

@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=1.1.0 # Apache-2.0
bandit!=1.6.0,>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
flake8>=2.6.0
@ -13,5 +12,5 @@ PyMySQL>=0.7.6 # MIT License
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
pylint==1.7.6 # GPLv2
pylint==1.9.2 # GPLv2
isort==4.3.21 # MIT