From c3f514dfdeb066894480e52343fba6faee3d8c28 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Thu, 3 Aug 2017 17:08:21 -0300 Subject: [test] add sqlcipher check also to parallel test suite --- testing/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/tox.ini b/testing/tox.ini index 044ba8f0..16538e39 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -95,4 +95,5 @@ deps = {[testenv]deps} pytest-xdist install_command = pip install {opts} {packages} -commands = py.test --ignore=tests/benchmarks {posargs} -n 4 +commands = ./ensure-pysqlcipher-has-usleep.sh + py.test --ignore=tests/benchmarks {posargs} -n 4 -- cgit v1.2.3