wip: Add Qt 6 bleeding tests to CI
This commit is contained in:
parent
9a90a3950f
commit
8221fd7878
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Set up problem matchers
|
- name: Set up problem matchers
|
||||||
run: "python scripts/dev/ci/problemmatchers.py py3 ${{ runner.temp }}"
|
run: "python scripts/dev/ci/problemmatchers.py py3 ${{ runner.temp }}"
|
||||||
- name: Run tox
|
- name: Run tox
|
||||||
run: dbus-run-session tox -e ${{ matrix.testenv }} -s
|
run: dbus-run-session tox -e ${{ matrix.testenv }}
|
||||||
irc:
|
irc:
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -72,7 +72,7 @@ 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
|
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 PyQt6 PyQt6-WebEngine
|
||||||
commands = {envpython} -bb -m pytest {posargs:tests}
|
commands = {envpython} -bb -m pytest {posargs:tests} -s
|
||||||
|
|
||||||
# other envs
|
# other envs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue