From d2a005cf8a13e8c9483b1bf9f6877a8078b4ec5d Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 3 Feb 2015 21:37:29 +0100 Subject: [PATCH] We don't need the git version of Werkzeug anymore --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6a10072..d115a25 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,7 @@ _davserver() { } command__install_tests() { - $PIP_INSTALL pytest pytest-xprocess git+https://github.com/mitsuhiko/werkzeug/ pytest-localserver + $PIP_INSTALL pytest pytest-xprocess werkzeug pytest-localserver _optimize_pip _davserver $DAV_SERVER [ "$TRAVIS" != "true" ] || $PIP_INSTALL coverage coveralls