diff options
author | Azul <azul@riseup.net> | 2017-07-20 13:46:01 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-07-20 13:46:01 +0200 |
commit | eecf6ad13801b63c6b7664d8a2e98e905262aaa0 (patch) | |
tree | fadf7d8270106a628c31b1f7017f343a94f311f0 /tox.ini | |
parent | c81b98df15e3d2006c991c9ca9d86500e3599e9b (diff) | |
parent | d6abd906cb64ae68eed3348eba521bc44ebed7b2 (diff) |
Merge branch 'functional_tests'
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -23,8 +23,7 @@ setenv = 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 + pip install -I --install-option="--bundled" pysqlcipher # Adding pixelated as a dependency brings a *lot* of trouble to the test # infrastructure. Leaving them out for now, we'll be considering them as an # optional extra until the dependencies/tests are fixed more sanely. |