From 27962dcd2f26a1d6628af2e7355c810c95c56c4b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 13 May 2019 11:13:42 -0400 Subject: [PATCH] Try pinning *new* versions Tox released 4 hours ago ******BROKE****** everything by removing the upgrade-these-packages-automatically feature. Not that I'm bitter. --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6c7150d9f..be50eefcb 100644 --- a/tox.ini +++ b/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 # this problem. deps = - pip>8.1.1,<19 + pip==19.1.1 + setuptools==41.0.1 + wheel==0.33.4 + subunitreporter==19.3.2 certifi - subunitreporter # We add usedevelop=True for speed, and extras=test to get things like "mock" # that are required for our unit tests. usedevelop = True