summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-15 22:30:58 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-15 22:30:58 +0200
commit0d431ddc5dd83def79aff884033b34ee3e597abe (patch)
tree209074c74089cd9dbfa0028f4c4be3c13b17cd0f
parentcbdf18919c0501ca807f20899ef2dc6f3c7f879c (diff)
downloadqutebrowser-0d431ddc5dd83def79aff884033b34ee3e597abe.tar.gz
qutebrowser-0d431ddc5dd83def79aff884033b34ee3e597abe.zip
tests: Install more requirements from Riverbank PyPI server
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index cd26e19a9..060dccaaa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -70,8 +70,8 @@ setenv =
pip_pre = true
deps = -r{toxinidir}/misc/requirements/requirements-tests-bleeding.txt
commands_pre =
- qt5: pip install --index-url https://www.riverbankcomputing.com/pypi/simple/ --pre --upgrade PyQt5 PyQtWebEngine
- !qt5: pip install --index-url https://www.riverbankcomputing.com/pypi/simple/ --pre --upgrade PyQt6 PyQt6-WebEngine
+ qt5: pip install --index-url https://www.riverbankcomputing.com/pypi/simple/ --pre --upgrade PyQt5 PyQtWebEngine PyQt5-Qt5 PyQtWebEngine-Qt5 PyQt5-sip
+ !qt5: pip install --index-url https://www.riverbankcomputing.com/pypi/simple/ --pre --upgrade PyQt6 PyQt6-WebEngine PyQt6-Qt6 PyQt6-WebEngine-Qt6 PyQt6-sip
commands = {envpython} -bb -m pytest {posargs:tests}
# other envs