Pin pylint version to 2.17.7 in tox.ini 24/13924/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 3 Oct 2023 12:49:19 +0000 (14:49 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 3 Oct 2023 13:01:03 +0000 (15:01 +0200)
Change-Id: I765081c918c8e47b92a3c3c50247a0f98d482d2a
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml [new file with mode: 0644]
tox.ini

diff --git a/releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml b/releasenotes/notes/pin_pylint_version-6c6133428fbca887.yaml
new file mode 100644 (file)
index 0000000..f7888d4
--- /dev/null
@@ -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 dc0145e..967513a 100644 (file)
--- 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