Try pinning pip another way
Previous commit didn't yield any information because the error happens before the commands are run.
This commit is contained in:
parent
f17647f29c
commit
abf319888d
1
tox.ini
1
tox.ini
|
@ -20,6 +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
|
||||
certifi
|
||||
subunitreporter
|
||||
# We add usedevelop=True for speed, and extras=test to get things like "mock"
|
||||
|
|
Loading…
Reference in New Issue