summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-15 18:57:17 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-15 18:57:17 +0200
commit8221fd7878ac9de1972d9ad1de8a8e4f01112fae (patch)
tree8121f9e1554b2e70233cec1aa30efcac9fe74fb0
parent9a90a3950fce487cd76974694d10413b2eb0a3a2 (diff)
downloadqutebrowser-8221fd7878ac9de1972d9ad1de8a8e4f01112fae.tar.gz
qutebrowser-8221fd7878ac9de1972d9ad1de8a8e4f01112fae.zip
wip: Add Qt 6 bleeding tests to CI
-rw-r--r--.github/workflows/bleeding.yml2
-rw-r--r--tox.ini2
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