summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorShaun Crampton <shaun.crampton@metaswitch.com>2015-10-14 14:38:39 +0100
committerShaun Crampton <shaun.crampton@metaswitch.com>2015-10-14 15:28:08 +0100
commitee601e99107d1ee97933aeaeebf9d0aee24f9778 (patch)
tree16cd4c3fccdaf7c45841f8dd5ef70e20312be58f /buildout.cfg
parentdf6caa92770eb49429bf6ee23f6cebebfe44b9e5 (diff)
Introduce EtcdWatchTimedOut exception.
Suppress spammy error log when a watch times out and raise a dedicated exception instead. EtcdWatchTimedOut subclasses EtcdConnectionFailed for back-compatibility. Revs urllib3 dependency to 1.7.1, which split TimeoutError into ReadTimeoutError and ConnectionTimeoutError.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 9aaf66e..bd498e5 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -4,7 +4,7 @@ parts = python
test
develop = .
eggs =
- urllib3==1.7
+ urllib3==1.7.1
pyOpenSSL==0.13.1
[python]