From 616ffe38b3af96394f4c043bafd928d19d00eedf Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 31 May 2017 14:21:41 +0200 Subject: [tests] use pysqlcipher workaround here too --- testing/tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/tox.ini b/testing/tox.ini index f2119a15..111d0acd 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -4,7 +4,10 @@ skipsdist=True [testenv] basepython = python2.7 -commands = py.test --ignore=tests/benchmarks \ +commands = + pip uninstall -y pysqlcipher + pip install --install-option="--bundled" pysqlcipher + py.test -x --ignore=tests/benchmarks \ --cov-report=html \ --cov-report=term \ --cov=leap.soledad \ -- cgit v1.2.3