From 0a90248bdb47720272534b1927befbc1ea233ec4 Mon Sep 17 00:00:00 2001 From: Chaitanya Prakash Bapat Date: Sun, 10 May 2020 11:53:57 -0700 Subject: [PATCH 1/3] Fix pylint astroid sanity issue Cherrypick https://github.com/apache/incubator-mxnet/commit/18e2014004eb52e34db926d47202f1add5ff817f from #18220 --- ci/docker/install/requirements | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements index 2d5125e8e2da..fee6a8be01c4 100644 --- a/ci/docker/install/requirements +++ b/ci/docker/install/requirements @@ -27,7 +27,8 @@ mock==2.0.0 nose==1.3.7 nose-timer==0.7.3 numpy>1.16.0,<2.0.0 -pylint==2.3.1; python_version >= '3.0' +pylint==2.3.1 # pylint and astroid need to be aligned +astroid==2.3.3 # pylint and astroid need to be aligned requests<2.19.0,>=2.18.4 scipy==1.2.1 six==1.11.0 From 183f4ba7efae9283729381f378b3f4a117884a72 Mon Sep 17 00:00:00 2001 From: Chaitanya Prakash Bapat Date: Sun, 10 May 2020 11:55:49 -0700 Subject: [PATCH 2/3] add python3 requirement --- ci/docker/install/requirements | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements index fee6a8be01c4..729cf939c70b 100644 --- a/ci/docker/install/requirements +++ b/ci/docker/install/requirements @@ -27,8 +27,8 @@ mock==2.0.0 nose==1.3.7 nose-timer==0.7.3 numpy>1.16.0,<2.0.0 -pylint==2.3.1 # pylint and astroid need to be aligned -astroid==2.3.3 # pylint and astroid need to be aligned +pylint==2.3.1; python_version >= '3.0' # pylint and astroid need to be aligned +astroid==2.3.3; python_version >= '3.0' # pylint and astroid need to be aligned requests<2.19.0,>=2.18.4 scipy==1.2.1 six==1.11.0 From 81d4cc068ce253b5a2d74e0c7810cfa11adf6308 Mon Sep 17 00:00:00 2001 From: Chaitanya Bapat Date: Sun, 10 May 2020 19:44:33 +0000 Subject: [PATCH 3/3] Revert "add python3 requirement" This reverts commit 183f4ba7efae9283729381f378b3f4a117884a72. --- ci/docker/install/requirements | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements index 729cf939c70b..fee6a8be01c4 100644 --- a/ci/docker/install/requirements +++ b/ci/docker/install/requirements @@ -27,8 +27,8 @@ mock==2.0.0 nose==1.3.7 nose-timer==0.7.3 numpy>1.16.0,<2.0.0 -pylint==2.3.1; python_version >= '3.0' # pylint and astroid need to be aligned -astroid==2.3.3; python_version >= '3.0' # pylint and astroid need to be aligned +pylint==2.3.1 # pylint and astroid need to be aligned +astroid==2.3.3 # pylint and astroid need to be aligned requests<2.19.0,>=2.18.4 scipy==1.2.1 six==1.11.0