From 792bfff16a555b15513b5e25da9cd8a7ff84ac28 Mon Sep 17 00:00:00 2001 From: Gwenael Lambrouin Date: Wed, 9 Feb 2022 17:18:47 +0100 Subject: 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-requirements.txt') 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 -- cgit 1.2.3-korg