[Python-modules-commits] [shiboken] 12/13: Now skip failing tests for all Python 3 releases
Raphaël Hertzog
hertzog at moszumanska.debian.org
Thu Aug 17 18:09:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch master
in repository shiboken.
commit e4dd5a29e93563f769b1e620f09ae039e6453082
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Thu Aug 17 15:00:49 2017 +0200
Now skip failing tests for all Python 3 releases
Thus make it buildable with Python 3.6.
Closes: #864327
---
debian/changelog | 7 +++++++
debian/rules | 12 ++++--------
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index df54e0d..cebc00a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+shiboken (1.2.2-4) unstable; urgency=medium
+
+ * Now skip failing tests for all Python 3 releases. Thus make it buildable
+ with Python 3.6. Closes: #864327
+
+ -- Raphaël Hertzog <hertzog at debian.org> Thu, 17 Aug 2017 14:59:50 +0200
+
shiboken (1.2.2-3.1) unstable; urgency=medium
[ Ivo De Decker ]
diff --git a/debian/rules b/debian/rules
index d00559f..b8acaa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,16 +120,12 @@ test_2: $(PYVERSIONS:%=override_dh_auto_test_dbg-%) $(PYVERSIONS:%=override_dh_a
test_3: $(PY3VERSIONS:%=override_dh_auto_test_dbg-%) $(PY3VERSIONS:%=override_dh_auto_test-%)
@echo "Python3 versions tested."
-override_dh_auto_test_dbg-%:
- dh_auto_test -a --builddirectory=build-$*-dbg
+override_dh_auto_test_dbg-2.%:
+ dh_auto_test -a --builddirectory=build-2.$*-dbg
-override_dh_auto_test_dbg-3.4:
+override_dh_auto_test_dbg-3.%:
# The tests for the other and sample libraries segfault. The same goes for the shiboken_module.
- dh_auto_test -a --builddirectory=build-3.4-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
-
-override_dh_auto_test_dbg-3.5:
- # The tests for the other and sample libraries segfault. The same goes for the shiboken_module.
- dh_auto_test -a --builddirectory=build-3.5-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
+ dh_auto_test -a --builddirectory=build-3.$*-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
override_dh_auto_test-%:
dh_auto_test -a --builddirectory=build-$*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/shiboken.git
More information about the Python-modules-commits
mailing list