mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-25 11:12:42 +00:00
Try pinning *new* versions
Tox released 4 hours ago ******BROKE****** everything by removing the upgrade-these-packages-automatically feature. Not that I'm bitter.
This commit is contained in:
parent
f82d74f327
commit
27962dcd2f
6
tox.ini
6
tox.ini
@ -20,9 +20,11 @@ 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 =
|
||||||
pip>8.1.1,<19
|
pip==19.1.1
|
||||||
|
setuptools==41.0.1
|
||||||
|
wheel==0.33.4
|
||||||
|
subunitreporter==19.3.2
|
||||||
certifi
|
certifi
|
||||||
subunitreporter
|
|
||||||
# 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.
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user