summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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