From a0d87abaa525dae63c58136c06394cd025390b65 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 26 Nov 2021 19:30:14 +0100 Subject: tox: Fix env vars --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8ad4e36cc..dbbeefd20 100644 --- a/tox.ini +++ b/tox.ini @@ -12,8 +12,8 @@ minversion = 3.15 [testenv] setenv = PYTEST_QT_API=pyqt6 - pyqt{,512,513,514,515,5150}: LINK_PYQT_SKIP=true - pyqt{,512,513,514,515,5150}: QUTE_BDD_WEBENGINE=true + pyqt{,512,513,514,515,5150,62}: LINK_PYQT_SKIP=true + pyqt{,512,513,514,515,5150,62}: 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 DBUS_SESSION_BUS_ADDRESS basepython = -- cgit v1.2.3-54-g00ecf