Problem: acceptance tests are using old pydriver (#2282)

Solution: update to the new driver version, and simplify the code
removing the `mode` parameter.
This commit is contained in:
vrde
2018-05-15 11:46:58 +02:00
committed by Troy McConaghy
parent 89d665c01e
commit dbf1b23c43
3 changed files with 4 additions and 4 deletions

View File

@@ -5,4 +5,4 @@ RUN pip install --upgrade \
pycco \
websocket-client~=0.47.0 \
pytest~=3.0 \
bigchaindb-driver==0.5.0a2
bigchaindb-driver==0.5.0a4