]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tools/setup-virtualenv.sh: bump up the version of tox to 2.9.1
authorKefu Chai <kchai@redhat.com>
Wed, 18 Apr 2018 08:21:19 +0000 (16:21 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 19 Apr 2018 04:11:59 +0000 (12:11 +0800)
2.8.1 brings an important fix, see
https://github.com/tox-dev/tox/issues/515.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/tools/setup-virtualenv.sh

index 21d28a470c3a84f07a35a4a70b9bfc76049778aa..996c9cd7f3231e33a00fb0a53410cd0f42874f93 100755 (executable)
@@ -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