From 4dbc4ba93f2a4a144f97e78bab7068401e1c4088 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 16 May 2015 14:22:56 +0200 Subject: [PATCH] tox: Fix QT_QPA_PLATFORM_PLUGIN_PATH. See 677cfc94102befa27b89b9ca024a40ae0888ee3c. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5c2f38390..e2bdf35f7 100644 --- a/tox.ini +++ b/tox.ini @@ -15,8 +15,8 @@ envdir = {toxinidir}/.venv usedevelop = true [testenv:unittests] -# https://bitbucket.org/hpk42/tox/issue/246/ -setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/lib/python3.4/PyQt5/plugins/platforms +# https://bitbucket.org/hpk42/tox/issue/246/ - only needed for Windows though +setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/Lib/site-packages/PyQt5/plugins/platforms passenv = DISPLAY XAUTHORITY HOME deps = py==1.4.27