diff options
| author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-17 22:28:58 +0200 |
|---|---|---|
| committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-17 22:28:58 +0200 |
| commit | 6ec874ad9a8341142334f738f962378d46a585a6 (patch) | |
| tree | 39c8be97aad764f596db4ffd689d10ff36c7d9dc | |
| parent | 07f96373082c917421d862746fda3c921bf38a10 (diff) | |
[tests] do not install pixelated on tests for now
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -24,7 +24,10 @@ commands = # set and we don't have problems with concurrent db access. pip uninstall -y pysqlcipher pip install --install-option="--bundled" pysqlcipher - pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/ +# 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. +# pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/ py.test -k 'not bench' --pep8 {posargs} deps = -r{toxinidir}/pkg/requirements-testing.pip |
