dianfu commented on a change in pull request #10148:
[FLINK-14693][hotfix][python] Python tox checks fails on travis
URL: https://github.com/apache/flink/pull/10148#discussion_r345031960
##########
File path: flink-python/dev/lint-python.sh
##########
@@ -213,11 +213,12 @@ function install_tox() {
fi
fi
- # virtualenv 16.6.2 released in 2019-07-14 is incompatible with py27 and
py34,
- # force install an older version(16.0.0) to avoid this problem.
- $CONDA_PATH install -p $CONDA_HOME -c conda-forge virtualenv=16.0.0 tox -y
-q 2>&1 >/dev/null
Review comment:
What about fix the version for both virtualenv and tox? Then we can avoid
the issues introduced by these dependencies?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services