From 2f6a48c74bdead0695013e3fe7c0ac2552bab9aa Mon Sep 17 00:00:00 2001 From: Ash Date: Wed, 8 Jul 2020 18:06:50 -0700 Subject: Run tests inside dbus-run-session. We need a dbus server, and this is the easiest way to make sure we have one. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7a5c37d10..a7462bf83 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = pyqt{,57,59,510,511,512,513,514,515}: LINK_PYQT_SKIP=true pyqt{,57,59,510,511,512,513,514,515}: QUTE_BDD_WEBENGINE=true cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report= -passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI XDG_* QUTE_* DOCKER QT_QUICK_BACKEND PY_COLORS +passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI XDG_* QUTE_* DOCKER QT_QUICK_BACKEND PY_COLORS DBUS_SESSION_BUS_ADDRESS basepython = py3: {env:PYTHON:python3} py35: {env:PYTHON:python3.5} -- cgit v1.2.3-54-g00ecf