From 738f6a451065584c2de73b713503b4706d2329e4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 26 Mar 2015 11:53:38 +0100 Subject: [PATCH] tox: Set QT_QPA_PLATFORM_PLUGIN_PATH for tests. This is needed on Windows so the qwindows plugin is found. It makes more sense to set this here instead of setting it in the buildbot settings. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index de19fab5d..a7b28773e 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ envdir = {toxinidir}/.venv usedevelop = true [testenv:unittests] +setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envsitepackagesdir}/PyQt5/plugins/platforms commands = {[testenv:mkvenv]commands} {envpython} -m unittest