diff --git a/tests/complete-ci-tests b/tests/complete-ci-tests index 9792b5bf..bd7e7366 100755 --- a/tests/complete-ci-tests +++ b/tests/complete-ci-tests @@ -69,8 +69,8 @@ rm -rf $WORKSPACE/env $pyvenv $WORKSPACE/env . $WORKSPACE/env/bin/activate # workaround https://github.com/pypa/setuptools/issues/937 -pip3 install setuptools==33.1.1 -pip3 install dist/fdroidserver-*.tar.gz +pip3 install --quiet setuptools==33.1.1 +pip3 install --quiet dist/fdroidserver-*.tar.gz # run tests in new pip+pyvenv install fdroid=$WORKSPACE/env/bin/fdroid $WORKSPACE/tests/run-tests $apksource @@ -83,8 +83,8 @@ rm -rf $WORKSPACE/env $pyvenv $WORKSPACE/env . $WORKSPACE/env/bin/activate # workaround https://github.com/pypa/setuptools/issues/937 -pip3 install setuptools==33.1.1 -pip3 install -e $WORKSPACE +pip3 install --quiet setuptools==33.1.1 +pip3 install --quiet -e $WORKSPACE python3 setup.py install # run tests in new pip+pyvenv install