setuptools upgrade

This commit is contained in:
Daan Hoogland 2021-02-25 19:06:51 +01:00
parent c308ac5cd1
commit 6b23cd09d0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if [ $TEST_SEQUENCE_NUMBER -eq 1 ]; then
cd ui && npm install && npm run lint && npm run test:unit && npm run build
cd $DIR
# Pylint/pep8 systemvm python codebase
python3 -m pip install --user --upgrade pycodestyle pylint flask nose
python3 -m pip install --user --upgrade setuptools pycodestyle pylint flask nose
cd systemvm/test && bash -x runtests.sh
# Build noredist
git clone https://github.com/rhtyd/cloudstack-nonoss.git nonoss && cd nonoss && bash -x install-non-oss.sh