Skip to content

Commit ed1c25f

Browse files
committed
MB-48349 Fix CV failures due to 'pylint'
NOTE: When this change is merged forward, we'll update 'pylint' and fix any of the issues being picked up. Change-Id: I52161b4c458bcc518e9d7dce16db6092130cda74 Reviewed-on: http://review.couchbase.org/c/couchbase-cli/+/160957 Well-Formed: Restriction Checker Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Patrick Varley <patrick@couchbase.com>
1 parent c8e6d63 commit ed1c25f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pipeline {
5353
)
5454

5555
timeout(time: 10, unit: "MINUTES") {
56-
sh "pip3 install --user urllib3 pylint requests mypy==0.730 coverage==5.2 pytest==5.4.3"
56+
sh "pip3 install --user urllib3 pylint==2.9.6 requests mypy==0.730 coverage==5.2 pytest==5.4.3"
5757
}
5858

5959
// preventively delete the cli path to avoid issues with cloning

0 commit comments

Comments
 (0)