summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-15 19:05:19 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-15 19:05:19 +0200
commit403301223c0e3b1a7acc8d3e87d61c0c0d057914 (patch)
treecf93a33e3259b15db4ceaa851c65986254965714
parent8221fd7878ac9de1972d9ad1de8a8e4f01112fae (diff)
downloadqutebrowser-403301223c0e3b1a7acc8d3e87d61c0c0d057914.tar.gz
qutebrowser-403301223c0e3b1a7acc8d3e87d61c0c0d057914.zip
wip: Add Qt 6 bleeding tests to CI
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 49a6ef07d..d3c0b797a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,6 +67,7 @@ basepython = {env:PYTHON:python3}
setenv =
qt5: PYTEST_QT_API=pyqt5
qt5: QUTE_QT_WRAPPER=PyQt5
+ QT_DEBUG_PLUGINS=1
pip_pre = true
deps = -r{toxinidir}/misc/requirements/requirements-tests-bleeding.txt
commands_pre =