wip: Add Qt 6 bleeding tests to CI

This commit is contained in:
Florian Bruhin 2023-08-15 18:57:17 +02:00
parent 9a90a3950f
commit 8221fd7878
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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