From 69043777ed613315a269b75e54b4c2fa7622ca48 Mon Sep 17 00:00:00 2001 From: codegeschrei Date: Thu, 23 Aug 2018 14:32:22 +0200 Subject: [PATCH] Problem: there is a new version of the python driver Solution: update the Dockerfile for acceptance tests --- acceptance/python/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acceptance/python/Dockerfile b/acceptance/python/Dockerfile index b01105cb..a473a56a 100644 --- a/acceptance/python/Dockerfile +++ b/acceptance/python/Dockerfile @@ -5,5 +5,5 @@ RUN pip install --upgrade \ pycco \ websocket-client~=0.47.0 \ pytest~=3.0 \ - bigchaindb-driver==0.5.0 \ - blns \ No newline at end of file + bigchaindb-driver==0.5.1 \ + blns