From e78eab4b4d4a252a48d49bf2b93876db67c11f55 Mon Sep 17 00:00:00 2001 From: "E. Dunham" Date: Tue, 14 Feb 2017 13:22:24 -0800 Subject: [PATCH] Try pinning to a Twisted version that worked So Twisted 17.1.0 came out right when https://travis-ci.org/servo/saltfs/jobs/201390958 failure started happening, as Aneesh noted in https://github.com/servo/saltfs/issues/601 --- buildbot/master/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot/master/init.sls b/buildbot/master/init.sls index 19285a9e..818fdf30 100644 --- a/buildbot/master/init.sls +++ b/buildbot/master/init.sls @@ -11,6 +11,7 @@ buildbot-master: - txgithub == 15.0.0 - boto == 2.38.0 - pyyaml == 3.11 + - twisted == 16.6.0 - require: - pkg: pip service.running: