From 6ec874ad9a8341142334f738f962378d46a585a6 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 17 May 2017 22:28:58 +0200 Subject: [tests] do not install pixelated on tests for now --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6338968..8ce233d 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.3