From 690927d9bd0449feb93c9c7f613d2d9f1e808697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 24 Apr 2013 21:48:24 +0200 Subject: Update Autobahn test suite to 0.5.3 --- test/autobahn_SUITE_data/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/autobahn_SUITE_data/test.py b/test/autobahn_SUITE_data/test.py index 991c667..f142683 100755 --- a/test/autobahn_SUITE_data/test.py +++ b/test/autobahn_SUITE_data/test.py @@ -29,7 +29,7 @@ def install_env(env): subprocess.check_call(["curl", "-sS", VIRTUALENV_URL, "-o", VIRTUALENV_BIN]) subprocess.check_call(["python", VIRTUALENV_BIN, env]) activate_env(env) - subprocess.check_call([INSTALL_BIN, "http://pypi.python.org/packages/2.7/a/autobahntestsuite/autobahntestsuite-0.5.2-py2.7.egg#md5=f7480d4ca6ce4954ac05f59778de4bda"]) + subprocess.check_call([INSTALL_BIN, "http://pypi.python.org/packages/2.7/a/autobahntestsuite/autobahntestsuite-0.5.3-py2.7.egg"]) def client_config(): """ -- cgit v1.2.3