From 6f77a9242ceb3f25aa337e80b9673b6bcf0a232a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 22 Feb 2015 11:51:59 +0100 Subject: [PATCH] Werkzeug isn't directly required --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d115a25..224f492 100755 --- a/build.sh +++ b/build.sh @@ -32,7 +32,7 @@ _davserver() { } command__install_tests() { - $PIP_INSTALL pytest pytest-xprocess werkzeug pytest-localserver + $PIP_INSTALL pytest pytest-xprocess pytest-localserver _optimize_pip _davserver $DAV_SERVER [ "$TRAVIS" != "true" ] || $PIP_INSTALL coverage coveralls