From 84f2cb34a081fb455552ee986ac16539dd729ba1 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka <mnasiadka@gmail.com> Date: Fri, 24 May 2024 09:37:04 +0200 Subject: [PATCH] CI: Pin codespell to <2.3.0 Change-Id: Ief1598a017b7ff491c9fcb775fdb155628bc55d2 --- lint-requirements.txt | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 9f9a402593..58117d9880 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -2,6 +2,7 @@ ansible>=8,<10 # GPLv3 ansible-lint>=6.22.0,<7.0.0 # MIT bandit>=1.1.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 +codespell<2.3.0 # GPLv2 doc8>=0.6.0 # Apache-2.0 hacking>=3.0.1,<3.1.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index 2598c35334..ddfb6d93a8 100644 --- a/tox.ini +++ b/tox.ini @@ -100,7 +100,6 @@ deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/lint-requirements.txt - codespell allowlist_externals = bash find commands = -- GitLab