From 8221fd7878ac9de1972d9ad1de8a8e4f01112fae Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 15 Aug 2023 18:57:17 +0200 Subject: [PATCH] wip: Add Qt 6 bleeding tests to CI --- .github/workflows/bleeding.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml index 1999eb90c..93966b9e7 100644 --- a/.github/workflows/bleeding.yml +++ b/.github/workflows/bleeding.yml @@ -36,7 +36,7 @@ jobs: - name: Set up problem matchers run: "python scripts/dev/ci/problemmatchers.py py3 ${{ runner.temp }}" - name: Run tox - run: dbus-run-session tox -e ${{ matrix.testenv }} -s + run: dbus-run-session tox -e ${{ matrix.testenv }} irc: timeout-minutes: 2 continue-on-error: true diff --git a/tox.ini b/tox.ini index cd26e19a9..49a6ef07d 100644 --- a/tox.ini +++ b/tox.ini @@ -72,7 +72,7 @@ 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 -commands = {envpython} -bb -m pytest {posargs:tests} +commands = {envpython} -bb -m pytest {posargs:tests} -s # other envs