fix integration tests and mongodb auth

This commit is contained in:
Andrea Ghensi
2021-12-29 22:18:50 +01:00
parent 6b7653484b
commit 7c6ce9399c
7 changed files with 57 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
set -e
apk add --no-cache python3 py3-pip borgbackup postgresql-client mariadb-client
apk add --no-cache python3 py3-pip borgbackup postgresql-client mariadb-client mongodb-tools
# If certain dependencies of black are available in this version of Alpine, install them.
apk add --no-cache py3-typed-ast py3-regex || true
python3 -m pip install --upgrade pip==21.3.1 setuptools==58.2.0