Skip to content

Commit 7c04289

Browse files
author
Hugo Osvaldo Barrera
committed
Pin xandikos to 0.1.0
1 parent e987d6e commit 7c04289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/storage/servers/xandikos/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ set -e
44
pip install wsgi_intercept
55

66
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
7-
pip install -U xandikos
7+
# XXX: This is the last version to support Python 3.5
8+
pip install -U "xandikos==0.1.0"
89
elif [ "$REQUIREMENTS" = "devel" ]; then
910
pip install -U git+https://github.com/jelmer/xandikos
1011
else

0 commit comments

Comments
 (0)