Pin black version in tox.ini to 23.12.1 76/14176/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 29 Jan 2024 17:07:23 +0000 (18:07 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 29 Jan 2024 17:07:23 +0000 (18:07 +0100)
Change-Id: I7b01dffe4f4ac592ef2f01c7dfec27cfaa2c808a
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
releasenotes/notes/pin_black_version-0e9543b7003d9774.yaml [new file with mode: 0644]
tox.ini

diff --git a/releasenotes/notes/pin_black_version-0e9543b7003d9774.yaml b/releasenotes/notes/pin_black_version-0e9543b7003d9774.yaml
new file mode 100644 (file)
index 0000000..476dd72
--- /dev/null
@@ -0,0 +1,21 @@
+#######################################################################################
+# 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:
+  - |
+    This change pins black version in tox.ini to 23.12.1
+
diff --git a/tox.ini b/tox.ini
index d08a190..b648ff1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ deps =  -r{toxinidir}/requirements.txt
 
 #######################################################################################
 [testenv:black]
-deps = black
+deps = black==23.12.1
 skip_install = true
 commands =
         black --check --diff osm_common/