From 1c85266e537bb9806536aef698404ba6a78bb85c Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Mon, 5 Sep 2022 06:32:49 +0000 Subject: [PATCH] [TOX] Fix tox failures Use only gitlint-core as a dependency Issue-ID: DOC-782 Signed-off-by: Michal Jagiello Change-Id: Icc2097ad442cf73ee53bb526a1e84069e02b106f --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 554df8559d..4913184e9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ sphinxcontrib-spelling PyEnchant pylint autopep8 -gitlint +gitlint-core -- 2.16.6