summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-24 12:01:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-30 19:29:28 +0200
commitb5d5c7f4d35e624abb30a1d585d30596637bea94 (patch)
tree05bc16f90598aa88a3a1a8b2b383db9e36f9142e /tox.ini
parent58ee4cc21a4344ec0017b11e533f97956076df6a (diff)
downloadqutebrowser-b5d5c7f4d35e624abb30a1d585d30596637bea94.tar.gz
qutebrowser-b5d5c7f4d35e624abb30a1d585d30596637bea94.zip
More qt 6 tooling
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index db639c129..aacfc965e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -56,10 +56,10 @@ commands =
{envpython} -bb -m pytest {posargs:tests}
cov: {envpython} scripts/dev/check_coverage.py {posargs}
-[testenv:py-qt6]
+[testenv:py-qt5]
setenv =
- PYTEST_QT_API=pyqt6
- QUTE_QT_WRAPPER=PyQt6
+ PYTEST_QT_API=pyqt5
+ QUTE_QT_WRAPPER=PyQt5
[testenv:bleeding]
basepython = {env:PYTHON:python3}