Skip to content

Commit 20ad24f

Browse files
committed
tools/setup-virtualenv.sh: bump up the version of tox to 2.9.1
2.8.1 brings an important fix, see tox-dev/tox#515. Signed-off-by: Kefu Chai <[email protected]>
1 parent fdbc1e6 commit 20ad24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/setup-virtualenv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if test -d wheelhouse ; then
8484
export NO_INDEX=--no-index
8585
fi
8686

87-
pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX --find-links=file://$(pwd)/wheelhouse 'tox >=1.9'
87+
pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX --find-links=file://$(pwd)/wheelhouse 'tox >=2.9.1'
8888
if test -f requirements.txt ; then
8989
pip $DISABLE_PIP_VERSION_CHECK --log $DIR/log.txt install $NO_INDEX --find-links=file://$(pwd)/wheelhouse -r requirements.txt
9090
fi

0 commit comments

Comments
 (0)