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