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
This commit is contained in:
Feike Steenbergen
2015-12-23 09:13:23 +01:00
parent feac841aad
commit a64c7abdcc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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