From f54cdaf545ba6ee5dd3d06fd318c1f756730896f Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Tue, 14 Oct 2014 09:31:28 +1100 Subject: [PATCH] Pin configparser to b/w compatible version until upstream bug resolved. --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index ec8d8f9..b8b31c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,6 @@ unittest2==0.5.1 https://github.com/mozilla-services/mozservices/archive/e00e1b68130423ad98d0f6185655bde650443da8.zip https://github.com/mozilla-services/tokenserver/archive/d7e513e8a4f5c588b70d685a8df1d2e508c341c0.zip http://github.com/mozilla-services/server-syncstorage/archive/1.5.5.zip +# Newer releases of configparser have b/w compat bug: +# https://github.com/mozilla-services/syncserver/issues/39 +configparser==3.3.0r2