[Python-modules-commits] r33980 - in packages/shiboken/trunk/debian (rules)
odyx at users.alioth.debian.org
odyx at users.alioth.debian.org
Mon Aug 24 15:42:03 UTC 2015
Date: Monday, August 24, 2015 @ 15:41:57
Author: odyx
Revision: 33980
Rebuild for python3.5, extend hack to skip tests which still fail for py3.5
Modified:
packages/shiboken/trunk/debian/rules
Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules 2015-08-24 14:29:56 UTC (rev 33979)
+++ packages/shiboken/trunk/debian/rules 2015-08-24 15:41:57 UTC (rev 33980)
@@ -131,6 +131,10 @@
# 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.4-dbg -- ARGS="-E '^(other|sample|shiboken_module)'"
+
override_dh_auto_test-%:
dh_auto_test -a --builddirectory=build-$*
More information about the Python-modules-commits
mailing list