From 92a34ab8ad7c2373c9d607d0e3f21a687761c9fc Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 18 Jul 2017 15:45:01 -0300 Subject: [test] avoid reinstalling pysqlcipher if unneeded --- testing/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tox.ini b/testing/tox.ini index 5bfb8c50..044ba8f0 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -5,7 +5,7 @@ skipsdist=True [testenv] basepython = python2.7 commands = - pip install -I --install-option="--bundled" pysqlcipher + ./ensure-pysqlcipher-has-usleep.sh py.test -x --ignore=tests/benchmarks \ --cov-report=html \ --cov-report=term \ -- cgit v1.2.3