summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-26 18:53:15 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-26 18:53:15 +0100
commitf49fb5e199b6f83bf533ed1929d633a6e8b66a34 (patch)
tree7f8a662c2a896055dc37701deeebd34b18234b7b /tox.ini
parente407217efc00ad9435dc4400a0fa03b28dec944b (diff)
downloadqutebrowser-f49fb5e199b6f83bf533ed1929d633a6e8b66a34.tar.gz
qutebrowser-f49fb5e199b6f83bf533ed1929d633a6e8b66a34.zip
tox: PyQt6-WebEngine for bleeding
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 23a0af644..d5e41da38 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,7 +45,7 @@ setenv =
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 PyQt6 PyQtWebEngine
+commands_pre = pip install --index-url https://www.riverbankcomputing.com/pypi/simple/ --pre --upgrade PyQt6 PyQt6-WebEngine
commands = {envpython} -bb -m pytest {posargs:tests}
# other envs