From a64c7abdcc07c5cd78501a0a7a19072d8c74bcac Mon Sep 17 00:00:00 2001 From: Feike Steenbergen Date: Wed, 23 Dec 2015 09:13:23 +0100 Subject: [PATCH] Bugfix: Fixing python-etcd version, as behaviour has changed in newer version. Our current master branch doesn't pass the code coverage test, due to behaviour changes in upstream python-etcd. As a bandaid, fix the version for now. Reference build fail: https://travis-ci.org/zalando/patroni/jobs/98470121 --- requirements-py2.txt | 2 +- requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-py2.txt b/requirements-py2.txt index f8eacc12..23193254 100644 --- a/requirements-py2.txt +++ b/requirements-py2.txt @@ -6,6 +6,6 @@ PyYAML requests six >= 1.7 kazoo>=2.2.1 -python-etcd>=0.4.1 +python-etcd==0.4.1 click>=4.1 prettytable>=0.7 diff --git a/requirements-py3.txt b/requirements-py3.txt index 30b5ce96..3e2df5f1 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -6,6 +6,6 @@ PyYAML requests six kazoo>=2.2.1 -python-etcd>=0.4.1 +python-etcd==0.4.1 click>=4.1 prettytable>=0.7