From 23ae6eb03f3053f650a20f93a7d88f214fd7eefd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Fri, 29 Aug 2014 17:24:27 +0000 Subject: [PATCH] we need the git version of werkzeug for ssl support on py3 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 54fdef1..5318f07 100755 --- a/build.sh +++ b/build.sh @@ -33,7 +33,7 @@ _davserver() { } command__install_tests() { - $PIP_INSTALL pytest pytest-xprocess pytest-localserver + $PIP_INSTALL pytest pytest-xprocess git+https://github.com/mitsuhiko/werkzeug/ pytest-localserver _optimize_pip _davserver $DAV_SERVER [ "$TRAVIS" != "true" ] || $PIP_INSTALL coverage coveralls