From e89f38aa37e0694cd0fc191d33556ecb4fcbe15c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 3 Oct 2023 14:49:19 +0200 Subject: [PATCH] Pin pylint version to 2.17.7 in tox.ini Change-Id: I765081c918c8e47b92a3c3c50247a0f98d482d2a Signed-off-by: garciadeblas --- .../pin_pylint_version-6c6133428fbca887.yaml | 22 +++++++++++++++++++ tox.ini | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml diff --git a/releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml b/releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml new file mode 100644 index 00000000..f7888d45 --- /dev/null +++ b/releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml @@ -0,0 +1,22 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +####################################################################################### +--- +other: + - | + Pin pylint version ito 2.17.7 so that pylint tests do not present version + with the new version 3.0.0, which has still some bugs. + diff --git a/tox.ini b/tox.ini index dc0145eb..967513a8 100644 --- a/tox.ini +++ b/tox.ini @@ -172,7 +172,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt - pylint + pylint==2.17.7 skip_install = true commands = pylint -E NG-RO/osm_ng_ro --disable=E1101 -- 2.17.1