Revert "Pin tox to 2.7.0"
Tox 2.8.1 was released to fix our unpack errors. This reverts commit 0bcbb286b03007d87c217703605a77969a2d1cfb. Change-Id: I79348cca11c67369e88626f235b1d03cb211f610 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
09852e0e38
commit
24a91a8ebd
@ -20,7 +20,7 @@ if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
|
||||
fi
|
||||
set -e
|
||||
|
||||
packages='tox==2.7.0'
|
||||
packages='tox'
|
||||
|
||||
for package in $packages ; do
|
||||
pip install $package
|
||||
|
Loading…
x
Reference in New Issue
Block a user