Skip to content

Commit

Permalink
[FLINK-24287][python][tests] Bump virtualenv version to 20.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
dianfu committed Sep 16, 2021
1 parent 5165205 commit 7d759c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-python/dev/lint-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function install_tox() {
# tox 3.14.0 depends on both 0.19 and 0.23 of importlib_metadata at the same time and
# conda will try to install both these two versions and it will cause problems occasionally.
# Using pip as the package manager could avoid this problem.
$CURRENT_DIR/install_command.sh -q virtualenv==16.0.0 tox==3.14.0 2>&1 >/dev/null
$CURRENT_DIR/install_command.sh -q virtualenv==20.0.35 tox==3.24.3 six>=1.14.0 2>&1 >/dev/null
if [ $? -ne 0 ]; then
echo "pip install tox failed \
please try to exec the script again.\
Expand Down
2 changes: 1 addition & 1 deletion flink-python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deps =
pytest
apache-beam==2.27.0
cython==0.29.16
grpcio>=1.17.0,<=1.26.0
grpcio>=1.29.0,<2
grpcio-tools>=1.3.5,<=1.14.2
apache-flink-libraries
passenv = *
Expand Down

0 comments on commit 7d759c8

Please sign in to comment.