verbose plz

(cherry picked from commit 94969c01f0)
This commit is contained in:
Brad Warren 2021-11-22 13:59:05 -08:00
parent ae94e9501d
commit 815b5b9fed

View file

@ -47,7 +47,7 @@ cd $TEMP_DIR
for pkg in acme certbot $PLUGINS; do
tar -xvf "$pkg-$VERSION.tar.gz"
cd "$pkg-$VERSION"
PIP_CONSTRAINT=../constraints.txt PIP_NO_BINARY=:all: pip install .
PIP_CONSTRAINT=../constraints.txt PIP_NO_BINARY=:all: pip install -vvvvvv .
python -m pytest
cd -
done