[Python-modules-commits] [python-qtpy] 01/02: Fix runtime error in packaging testsuite.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 28 14:49:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-qtpy.

commit aba7db22edb5ba4e13fb9037decdc4ab793d96d8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Feb 28 14:41:48 2016 +0000

    Fix runtime error in packaging testsuite.
---
 debian/tests/python2 | 2 +-
 debian/tests/python3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/python2 b/debian/tests/python2
index b772fc8..bd18ce3 100755
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -8,5 +8,5 @@ cd "$ADTTMP"
 
 for py in $pys; do
 	echo "=== $py ==="
-	$py travis.py  2>&1
+	USE_QT_API=pyqt5 $py travis.py 2>&1
 done
diff --git a/debian/tests/python3 b/debian/tests/python3
index 5d402c5..1e3d8fd 100755
--- a/debian/tests/python3
+++ b/debian/tests/python3
@@ -8,5 +8,5 @@ cd "$ADTTMP"
 
 for py in $pys; do
 	echo "=== $py ==="
-	$py travis.py  2>&1
+	USE_QT_API=pyqt5 $py travis.py 2>&1
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtpy.git



More information about the Python-modules-commits mailing list