diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ setenv = # This is the environment that the Gitlab CI runs normally # we want to pick latest in soledad master and pycommon master commands = +# XXX workaround: use a bundled version of pysqlcipher to ensure HAVE_USLEEP is +# set and we don't have problems with concurrent db access. + pip uninstall -y pysqlcipher + pip install --install-option="--bundled" pysqlcipher py.test -k 'not bench' --pep8 {posargs} deps = -r{toxinidir}/pkg/requirements-testing.pip |