From 4cf7692ead449121d35dde9b8a842489d8db4d1f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 12 Aug 2019 10:03:30 -0700 Subject: [PATCH] Cap GitPython <3.0.0 This looks like it might be extending our unit test runtime by 50% (from 30 mins to 45, thefore pushing the overall job from 45 to 60+ mins). Change-Id: I333cc1dbe5b2223e7d6f86ff7cdb6d5f063bda39 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c741f078b2..5e0e5c9027 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ virtualenv github3.py>=1.1.0 PyYAML>=3.1.0 paramiko>=2.0.1 -GitPython>=2.1.8 +GitPython>=2.1.8,<3.0.0 python-daemon>=2.0.4,<2.1.0 extras statsd>=3.0