Merge branch 'pipstrap2' into test-pipstrap2-oldest

This commit is contained in:
Brad Warren 2020-10-22 15:54:27 -07:00
commit 89aed2753b
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@ fi
# We strip the hashes because the venv creation script includes unhashed
# constraints in the commands given to pip and the mix of hashed and unhashed
# packages makes pip error out.
tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > unhashed-requirements.txt
python3 tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > unhashed-requirements.txt
CERTBOT_PIP_NO_BINARY=:all: tools/venv3.py --requirement unhashed-requirements.txt
. "$VENV_PATH/bin/activate"
# pytest is needed to run tests on some of our packages so we install a pinned version here.

View file

@ -60,6 +60,7 @@ distro==1.0.1
# Lexicon oldest constraint is overridden appropriately on relevant DNS provider plugins
# using their local-oldest-requirements.txt
dns-lexicon==2.2.1
httplib2==0.9.2
# Plugin constraints
# These aren't necessarily the oldest versions we need to support