From 868f52c98fdc4a09e8efcb7f14ba39983a073824 Mon Sep 17 00:00:00 2001 From: Merel Theisen Date: Tue, 22 Feb 2022 16:19:06 +0000 Subject: [PATCH] Same pylint for all python versions Signed-off-by: Merel Theisen --- test_requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_requirements.txt b/test_requirements.txt index f651690627..f87bfe0938 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -35,8 +35,7 @@ plotly>=4.8.0, <6.0 pre-commit~=1.17 psutil==5.8.0 pyarrow>=1.0, <7.0 -pylint>=2.5.2, <2.11; python_version>='3.9' -pylint>=2.5.2, <3.0; python_version<'3.9' +pylint>=2.5.2, <3.0 pyproj~=3.0 pyspark>=2.2, <4.0 pytest-cov~=3.0