Re-pin these because it's nice to know what versions we're using
This commit is contained in:
parent
9bbdbf3fe7
commit
1717243212
5
tox.ini
5
tox.ini
|
@ -20,7 +20,10 @@ passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
||||||
# available to those systems. Installing it ahead of time (with pip) avoids
|
# available to those systems. Installing it ahead of time (with pip) avoids
|
||||||
# this problem.
|
# this problem.
|
||||||
deps =
|
deps =
|
||||||
subunitreporter
|
pip==19.1.1
|
||||||
|
setuptools==41.0.1
|
||||||
|
wheel==0.33.4
|
||||||
|
subunitreporter==19.3.2
|
||||||
certifi
|
certifi
|
||||||
# We add usedevelop=True for speed, and extras=test to get things like "mock"
|
# We add usedevelop=True for speed, and extras=test to get things like "mock"
|
||||||
# that are required for our unit tests.
|
# that are required for our unit tests.
|
||||||
|
|
Loading…
Reference in New Issue