Get a not-*quite*-so-old version of pip

This commit is contained in:
Jean-Paul Calderone 2019-05-13 10:31:46 -04:00
parent abf319888d
commit 33bd9bf503

View File

@ -20,7 +20,7 @@ passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# available to those systems. Installing it ahead of time (with pip) avoids
# this problem.
deps =
pip<19
pip>8.1.1,<19
certifi
subunitreporter
# We add usedevelop=True for speed, and extras=test to get things like "mock"