going to try another fix

This commit is contained in:
Jean-Paul Calderone 2019-05-13 11:18:39 -04:00
parent 27962dcd2f
commit 7c71dd6e14

View File

@ -20,10 +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.1.1
setuptools==41.0.1
wheel==0.33.4
subunitreporter==19.3.2
subunitreporter
certifi
# We add usedevelop=True for speed, and extras=test to get things like "mock"
# that are required for our unit tests.