wip: Add Qt 6 bleeding tests to CI
This commit is contained in:
parent
8221fd7878
commit
403301223c
1
tox.ini
1
tox.ini
|
|
@ -67,6 +67,7 @@ basepython = {env:PYTHON:python3}
|
||||||
setenv =
|
setenv =
|
||||||
qt5: PYTEST_QT_API=pyqt5
|
qt5: PYTEST_QT_API=pyqt5
|
||||||
qt5: QUTE_QT_WRAPPER=PyQt5
|
qt5: QUTE_QT_WRAPPER=PyQt5
|
||||||
|
QT_DEBUG_PLUGINS=1
|
||||||
pip_pre = true
|
pip_pre = true
|
||||||
deps = -r{toxinidir}/misc/requirements/requirements-tests-bleeding.txt
|
deps = -r{toxinidir}/misc/requirements/requirements-tests-bleeding.txt
|
||||||
commands_pre =
|
commands_pre =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue