[ARVADOS] updated: 13c47e13840caa688711a30a80a35637714e034a
Git user
git at public.curoverse.com
Mon Mar 27 12:27:07 EDT 2017
Summary of changes:
sdk/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 13c47e13840caa688711a30a80a35637714e034a (commit)
from ce4970b9546b586c8caa8416ea13dab8c4866d59 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 13c47e13840caa688711a30a80a35637714e034a
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Mar 27 12:26:32 2017 -0400
Pin ws4py <0.4 (our websocket tests fail on 0.4.1)
No issue #
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 9da3b78..ed380e9 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -52,7 +52,7 @@ setup(name='arvados-python-client',
'pycurl >=7.19.5.1, <7.21.5',
'python-gflags<3.0',
'setuptools',
- 'ws4py',
+ 'ws4py<0.4',
'ruamel.yaml==0.13.7'
],
test_suite='tests',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list