Set pylint version to 2.10.2 19/73219/2
authorGwenael Lambrouin <gwenael.lambrouin@orange.com>
Wed, 9 Feb 2022 16:18:47 +0000 (17:18 +0100)
committerGwenael Lambrouin <gwenael.lambrouin@orange.com>
Thu, 10 Feb 2022 10:13:14 +0000 (11:13 +0100)
If we don't specify a version of pylint, jenkins jobs in gerrit
sometimes fail for a reason unrelated to the submitted change because a
newer version of pylint adding new checks is used for the first time
during the job run.  This is very annoying.

Let's stick to the latest version of pylint known to work with nfvbench,
and we will consider an update later on.

Change-Id: Ia2f87d0730ec1e733905a002a651ad6bcdf7edbb
Signed-off-by: Gwenael Lambrouin <gwenael.lambrouin@orange.com>
requirements-dev.txt
test-requirements.txt

index f0ef0ab..2d028c0 100644 (file)
@@ -1,7 +1,7 @@
 -r requirements.txt
 docutils==0.14.0
 flake8>=3.3.0
-pylint>=1.7.1
+pylint==2.10.2
 sphinx>=1.4.0
 sphinx_rtd_theme>=0.2.4
 tox>=2.3.0
index 57ce9d7..b2f61ac 100644 (file)
@@ -17,4 +17,4 @@ testrepository>=0.0.18
 testscenarios>=0.4
 testtools>=1.4.0
 pytest>=3.2.2
-pylint>=1.7.1
+pylint==2.10.2