From 7e6548c77ee29b33d47cf795a1b677253b68f189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Oct 2023 06:15:38 +0200 Subject: [PATCH] ci: keep on using pylint 2 while pylint-django is not ready (#81905) --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 815ae3f..da262cb 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,8 @@ deps = pytest>=3.3.0 lxml cssselect - pylint + pylint<3 + astroid<3 pylint-django django-webtest WebTest