From 7c04289ed415a5a64ba558c9fb05de7275bd519a Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 8 Jun 2020 13:51:15 +0200 Subject: [PATCH] Pin xandikos to 0.1.0 --- tests/storage/servers/xandikos/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/storage/servers/xandikos/install.sh b/tests/storage/servers/xandikos/install.sh index 5191756..a9ac02a 100644 --- a/tests/storage/servers/xandikos/install.sh +++ b/tests/storage/servers/xandikos/install.sh @@ -4,7 +4,8 @@ set -e pip install wsgi_intercept if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then - pip install -U xandikos + # XXX: This is the last version to support Python 3.5 + pip install -U "xandikos==0.1.0" elif [ "$REQUIREMENTS" = "devel" ]; then pip install -U git+https://github.com/jelmer/xandikos else