diff options
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index aba69cf6..9aaa1ae3 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -73,11 +73,9 @@ deps = elasticsearch certifi commands = -# use a bundled version of pysqlcipher to ensure HAVE_USLEEP is set and we -# don't have problems with concurrent db access. - pip install -I --install-option="--bundled" pysqlcipher - ./check-pysqlcipher.py -# and only then run benchmark +# we must make sure that installed pysqlcipher was built with the HAVE_USLEEP +# flag, or we might have problems with concurrent db access. + ./ensure-pysqlcipher-has-usleep.sh py.test --benchmark-only {posargs} passenv = HOST_HOSTNAME |