We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216ce8d commit 9505430Copy full SHA for 9505430
tests/storage/servers/xandikos/install.sh
@@ -5,7 +5,7 @@ pip install wsgi_intercept
5
6
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
7
# XXX: This is the last version to support Python 3.5
8
- pip install -U "xandikos==0.1.0"
+ pip install -U "xandikos==0.0.11"
9
elif [ "$REQUIREMENTS" = "devel" ]; then
10
pip install -U git+https://github.com/jelmer/xandikos
11
else
0 commit comments