Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2fd4ef3
)
Pin tox to <3.0.0 as it breaks detox
20/9720/2
author
Jeremy Phelps
<jphelps@linuxfoundation.org>
Tue, 3 Apr 2018 13:40:56 +0000
(08:40 -0500)
committer
Jeremy Phelps
<jphelps@linuxfoundation.org>
Tue, 3 Apr 2018 14:06:39 +0000
(09:06 -0500)
Issue-ID: RELENG-856
Change-Id: Id13aee7244cce6328fd10cbe495b5fb3e7069924
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
shell/tox-install.sh
patch
|
blob
|
history
diff --git
a/shell/tox-install.sh
b/shell/tox-install.sh
index
254defe
..
77ae428
100644
(file)
--- 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