fix python tests

This commit is contained in:
Federico Ficarelli
2017-08-31 15:36:42 +02:00
parent d604a8f332
commit 3b9490cbe6

View File

@@ -126,7 +126,7 @@ do
"${PYBIN}/pip" install virtualenv
"${PYBIN}/virtualenv" -p "${PYBIN}/python" ${BUILD_ROOT}/${PYTAG}
source ${BUILD_ROOT}/${PYTAG}/bin/activate
pip install -U pip setuptools wheel
pip install -U pip setuptools wheel six # six is needed by make test_python
# Build artifact
export_manylinux_wheel "$SRC_ROOT" "$EXPORT_ROOT"
# Ensure everything is clean (don't clean third_party anyway,