From 85aa58b8b3cce665f33b93663dc90681d6f47b03 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 15 Feb 2021 10:38:57 +0100
Subject: [PATCH] update caosdb-pylib in test environment

---
 test/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/docker/Dockerfile b/test/docker/Dockerfile
index 02688709..92889dc5 100644
--- a/test/docker/Dockerfile
+++ b/test/docker/Dockerfile
@@ -13,7 +13,7 @@ RUN  apt-get update \
     && apt-get install -f
 
 RUN pip3 install pylint pytest
-RUN pip3 install caosdb
+RUN pip3 install caosdb==0.5.1
 RUN pip3 install pandas xlrd==1.2.0
 RUN pip3 install git+https://gitlab.com/caosdb/caosdb-advanced-user-tools.git@dev
 # For automatic documentation
-- 
GitLab