aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorGwenael Lambrouin <gwenael.lambrouin@orange.com>2022-02-09 17:18:47 +0100
committerGwenael Lambrouin <gwenael.lambrouin@orange.com>2022-02-10 11:13:14 +0100
commit792bfff16a555b15513b5e25da9cd8a7ff84ac28 (patch)
tree1c425cee2a1d7dce60e29288ec20944b58d691cc /test-requirements.txt
parente4d8ed5180195622bb2102326b7137f99404d36f (diff)
Set pylint version to 2.10.2
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>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 57ce9d7..b2f61ac 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -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