From 815b5b9fedda25c8ba75ba2e0e86d3d24951d21b Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 22 Nov 2021 13:59:05 -0800 Subject: [PATCH] verbose plz (cherry picked from commit 94969c01f0405e84926ca3b8f49f7044336423d4) --- letstest/scripts/test_sdists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letstest/scripts/test_sdists.sh b/letstest/scripts/test_sdists.sh index 562169524..249a56ae6 100755 --- a/letstest/scripts/test_sdists.sh +++ b/letstest/scripts/test_sdists.sh @@ -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