aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-04-24 21:48:24 +0200
committerLoïc Hoguin <[email protected]>2013-04-24 21:48:24 +0200
commit690927d9bd0449feb93c9c7f613d2d9f1e808697 (patch)
tree67f841b80cca385354942b7c1f8b1d6ea72cb68c
parentf329862384cafb534262c9e0f74fb71210b3a501 (diff)
downloadcowboy-690927d9bd0449feb93c9c7f613d2d9f1e808697.tar.gz
cowboy-690927d9bd0449feb93c9c7f613d2d9f1e808697.tar.bz2
cowboy-690927d9bd0449feb93c9c7f613d2d9f1e808697.zip
Update Autobahn test suite to 0.5.3
-rwxr-xr-xtest/autobahn_SUITE_data/test.py2
1 files changed, 1 insertions, 1 deletions
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():
"""