From 7a5241101e811a02ab14f4f79fb2f35b4ee8590c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 7 Apr 2016 19:52:25 +0200 Subject: [PATCH] Don't test development Radicale --- tests/storage/servers/radicale/install.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tests/storage/servers/radicale/install.sh b/tests/storage/servers/radicale/install.sh index e25923e..308f044 100644 --- a/tests/storage/servers/radicale/install.sh +++ b/tests/storage/servers/radicale/install.sh @@ -6,15 +6,7 @@ if [ -z "$RADICALE_BACKEND" ]; then false fi -if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then - radicale_pkg="radicale" -elif [ "$REQUIREMENTS" = "devel" ]; then - radicale_pkg="git+https://github.com/Kozea/Radicale.git" -else - echo "Invalid requirements envvar" - false -fi -pip install wsgi_intercept $radicale_pkg +pip install wsgi_intercept radicale if [ "$RADICALE_BACKEND" = "database" ]; then pip install sqlalchemy