mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
parent
ae94e9501d
commit
815b5b9fed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue