From 6d7179b6b782bcc81e77e5cba4f7da8ba5cdac38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 5 Oct 2021 14:28:32 +0200 Subject: [PATCH] tests: freeze pylint==2.7.4 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 753698cf7..3f4cb020b 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,8 @@ deps = reppy robotexclusionrulesparser # Test dependencies - pylint + # Force the pylint version used in CI for the 2.5.0 tag + pylint==2.7.4 commands = pylint conftest.py docs extras scrapy setup.py tests