From: Jeremy Phelps Date: Tue, 3 Apr 2018 13:40:56 +0000 (-0500) Subject: Pin tox to <3.0.0 as it breaks detox X-Git-Tag: v0.18.0~14 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=edf56a1e9ce91d936388621ecfc850162aabfebd;p=releng%2Fglobal-jjb.git Pin tox to <3.0.0 as it breaks detox Issue-ID: RELENG-856 Change-Id: Id13aee7244cce6328fd10cbe495b5fb3e7069924 Signed-off-by: Jeremy Phelps --- diff --git a/shell/tox-install.sh b/shell/tox-install.sh index 254defeb..77ae4286 100644 --- a/shell/tox-install.sh +++ b/shell/tox-install.sh @@ -19,7 +19,7 @@ virtualenv --quiet -p "$PYTHON_VERSION" "/tmp/v/tox" source "/tmp/v/tox/bin/activate" pip install --quiet --upgrade pip setuptools pip install --quiet --upgrade pipdeptree -pip install --quiet --upgrade argparse detox tox tox-pyenv +pip install --quiet --upgrade argparse detox "tox<3.0.0" tox-pyenv echo "----> Pip Dependency Tree" pipdeptree