This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new 38ec873  Fix pylint astroid sanity issue (#18275)
38ec873 is described below

commit 38ec873c3e574c78c050ebe3fa2b904be1975e7a
Author: Chaitanya Prakash Bapat <[email protected]>
AuthorDate: Mon May 11 10:03:06 2020 -0700

    Fix pylint astroid sanity issue (#18275)
    
    * 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 2d5125e..fee6a8b 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

Reply via email to