[Python-modules-commits] [pytest-qt] 04/09: Add missing dependency on python3-all for all tests
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 243a3dd564d804c40b435dc4a5ce44134cec1d9b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Jun 13 19:16:07 2017 +0100
Add missing dependency on python3-all for all tests
Gbp-Dch: Short
Thanks: Steve Langasek
Closes: #864693
---
debian/tests/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index 79e03bc..e473258 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,7 @@ Test-Command: set -e
; echo "Testing with $py:"
; PYTEST_QT_API=pyqt5 xvfb-run $py -m pytest tests
; done
-Depends: python3-pyqt5, python3-pytestqt, xauth, xvfb
+Depends: python3-all, python3-pyqt5, python3-pytestqt, xauth, xvfb
Test-Command: set -e
; cp -a tests "$AUTOPKGTEST_TMP"
@@ -14,7 +14,7 @@ Test-Command: set -e
; echo "Testing with $py:"
; PYTEST_QT_API=pyside xvfb-run $py -m pytest tests
; done
-Depends: python3-pyside, python3-pytestqt, xauth, xvfb
+Depends: python3-all, python3-pyside, python3-pytestqt, xauth, xvfb
Test-Command: set -e
; cp -a tests "$AUTOPKGTEST_TMP"
@@ -23,4 +23,4 @@ Test-Command: set -e
; echo "Testing with $py:"
; PYTEST_QT_API=pyqt4 xvfb-run $py -m pytest tests
; done
-Depends: python3-pyqt4, python3-pytestqt, xauth, xvfb
+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