diff --git a/releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml b/releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f7888d45a14b02fa0fce2b3e9c914d05f5795b90 --- /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 dc0145ebcdf08b1d1f43355204bc0a470586ce8f..967513a81afb20dcd733f2b3e021c4625cc1894b 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