summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-08-03 17:08:21 -0300
committerVictor Shyba <victor1984@riseup.net>2017-08-03 17:08:21 -0300
commitc3f514dfdeb066894480e52343fba6faee3d8c28 (patch)
tree06b9c1db0b95f49c478bfedf7526a9727a195e14
parentccc13a7038a5f524b0549ab0b1a782e7cd4b45cc (diff)
[test] add sqlcipher check also to parallel test suite
-rw-r--r--testing/tox.ini3
1 files changed, 2 insertions, 1 deletions
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