From f8a0a3cfec0be90fe7f0da7b73176231c29e0a13 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 18 Apr 2018 16:21:19 +0800 Subject: [PATCH] tools/setup-virtualenv.sh: bump up the version of tox to 2.9.1 2.8.1 brings an important fix, see https://github.com/tox-dev/tox/issues/515. Signed-off-by: Kefu Chai --- src/tools/setup-virtualenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/setup-virtualenv.sh b/src/tools/setup-virtualenv.sh index 21d28a470c3..996c9cd7f32 100755 --- a/src/tools/setup-virtualenv.sh +++ b/src/tools/setup-virtualenv.sh @@ -84,7 +84,7 @@ if test -d wheelhouse ; then export NO_INDEX=--no-index fi -pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX --find-links=file://$(pwd)/wheelhouse 'tox >=1.9' +pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX --find-links=file://$(pwd)/wheelhouse 'tox >=2.9.1' if test -f requirements.txt ; then pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX --find-links=file://$(pwd)/wheelhouse -r requirements.txt fi -- 2.39.5