[Python-modules-commits] [pytest-qt] 08/09: Call xvfb-run with -a option in autopkgtests
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 13 09:55:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pytest-qt.
commit 87028521f072e0d1444b9cf3d59999859369894e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Jul 13 09:54:50 2017 +0100
Call xvfb-run with -a option in autopkgtests
---
debian/tests/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index e473258..423fd2e 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,7 +3,7 @@ Test-Command: set -e
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
- ; PYTEST_QT_API=pyqt5 xvfb-run $py -m pytest tests
+ ; PYTEST_QT_API=pyqt5 xvfb-run -a $py -m pytest tests
; done
Depends: python3-all, python3-pyqt5, python3-pytestqt, xauth, xvfb
@@ -12,7 +12,7 @@ Test-Command: set -e
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
- ; PYTEST_QT_API=pyside xvfb-run $py -m pytest tests
+ ; PYTEST_QT_API=pyside xvfb-run -a $py -m pytest tests
; done
Depends: python3-all, python3-pyside, python3-pytestqt, xauth, xvfb
@@ -21,6 +21,6 @@ Test-Command: set -e
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
- ; PYTEST_QT_API=pyqt4 xvfb-run $py -m pytest tests
+ ; PYTEST_QT_API=pyqt4 xvfb-run -a $py -m pytest tests
; done
Depends: python3-all, python3-pyqt4, python3-pytestqt, xauth, xvfb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-qt.git
More information about the Python-modules-commits
mailing list