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