tox: Switch to --extra-index-url for bleeding env
This should make pip fall back to PyPI for packages not on Riverbank's server
This commit is contained in:
parent
8c2e23d248
commit
b981d0ab7f
4
tox.ini
4
tox.ini
|
|
@ -70,8 +70,8 @@ setenv =
|
||||||
pip_pre = true
|
pip_pre = true
|
||||||
deps = -r{toxinidir}/misc/requirements/requirements-tests-bleeding.txt
|
deps = -r{toxinidir}/misc/requirements/requirements-tests-bleeding.txt
|
||||||
commands_pre =
|
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 --extra-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 PyQt6 PyQt6-WebEngine PyQt6-Qt6 PyQt6-WebEngine-Qt6 PyQt6-sip
|
||||||
commands = {envpython} -bb -m pytest {posargs:tests}
|
commands = {envpython} -bb -m pytest {posargs:tests}
|
||||||
|
|
||||||
# other envs
|
# other envs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue