summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-27 19:25:48 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-27 19:25:48 +0200
commitb981d0ab7fc6b505185c34f99e1ff5f1eb3a7cce (patch)
tree31cd01b330f82e821787189c79bfdeaded272c15
parent8c2e23d248e4d2150aa159ae4ac4b464bdb286cd (diff)
downloadqutebrowser-b981d0ab7fc6b505185c34f99e1ff5f1eb3a7cce.tar.gz
qutebrowser-b981d0ab7fc6b505185c34f99e1ff5f1eb3a7cce.zip
tox: Switch to --extra-index-url for bleeding env
This should make pip fall back to PyPI for packages not on Riverbank's server
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 06c96cdf1..87decce12 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 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
+ qt5: pip install --extra-index-url https://www.riverbankcomputing.com/pypi/simple/ --pre --upgrade PyQt5 PyQtWebEngine PyQt5-Qt5 PyQtWebEngine-Qt5 PyQt5-sip
+ !qt5: pip install --extra-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