Enable backend auto-detection
Setting QUTE_BDD_WEBENGINE=true overrides the auto-detection mechanism.
This commit is contained in:
parent
572ecd7fb1
commit
afd78ad248
2
tox.ini
2
tox.ini
|
|
@ -13,7 +13,6 @@ minversion = 3.15
|
|||
setenv =
|
||||
PYTEST_QT_API=pyqt5
|
||||
pyqt{,512,513,514,515,5150}: LINK_PYQT_SKIP=true
|
||||
pyqt{,512,513,514,515,5150}: 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 =
|
||||
|
|
@ -42,7 +41,6 @@ commands =
|
|||
basepython = {env:PYTHON:python3}
|
||||
setenv =
|
||||
PYTEST_QT_API=pyqt5
|
||||
QUTE_BDD_WEBENGINE=true
|
||||
pip_pre = true
|
||||
deps = -r{toxinidir}/misc/requirements/requirements-tests-bleeding.txt
|
||||
commands_pre = pip install --index-url https://www.riverbankcomputing.com/pypi/simple/ --pre --upgrade PyQt5 PyQtWebEngine
|
||||
|
|
|
|||
Loading…
Reference in New Issue