mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Fixes #6584. * Pin all dependency installation in the release script * also use pip_install.py to install pytest
This commit is contained in:
+2
-2
@@ -143,7 +143,7 @@ pip install -U pip
|
|||||||
# (or our dependencies) have conditional dependencies implemented with if
|
# (or our dependencies) have conditional dependencies implemented with if
|
||||||
# statements in setup.py and we have cached wheels lying around that would
|
# statements in setup.py and we have cached wheels lying around that would
|
||||||
# cause those ifs to not be evaluated.
|
# cause those ifs to not be evaluated.
|
||||||
pip install \
|
python ../tools/pip_install.py \
|
||||||
--no-cache-dir \
|
--no-cache-dir \
|
||||||
--extra-index-url http://localhost:$PORT \
|
--extra-index-url http://localhost:$PORT \
|
||||||
$SUBPKGS
|
$SUBPKGS
|
||||||
@@ -166,7 +166,7 @@ fi
|
|||||||
mkdir kgs
|
mkdir kgs
|
||||||
kgs="kgs/$version"
|
kgs="kgs/$version"
|
||||||
pip freeze | tee $kgs
|
pip freeze | tee $kgs
|
||||||
pip install pytest
|
python ../tools/pip_install.py pytest
|
||||||
for module in $subpkgs_modules ; do
|
for module in $subpkgs_modules ; do
|
||||||
echo testing $module
|
echo testing $module
|
||||||
# use an empty configuration file rather than the one in the repo root
|
# use an empty configuration file rather than the one in the repo root
|
||||||
|
|||||||
Reference in New Issue
Block a user