[Python-modules-commits] r33458 - in packages/qscintilla2/trunk/debian (changelog tests/python)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Jul 24 06:20:13 UTC 2015
Date: Friday, July 24, 2015 @ 06:20:11
Author: kitterman
Revision: 33458
Drop -dbg tests from autopkgtests for now since that part of the test
fails and such falures will mask failures due to sip issues, which is the
main value of the test
Modified:
packages/qscintilla2/trunk/debian/changelog
packages/qscintilla2/trunk/debian/tests/python
Modified: packages/qscintilla2/trunk/debian/changelog
===================================================================
--- packages/qscintilla2/trunk/debian/changelog 2015-07-23 05:48:29 UTC (rev 33457)
+++ packages/qscintilla2/trunk/debian/changelog 2015-07-24 06:20:11 UTC (rev 33458)
@@ -1,3 +1,11 @@
+qscintilla2 (2.9+dfsg-6) UNRELEASED; urgency=medium
+
+ * Drop -dbg tests from autopkgtests for now since that part of the test
+ fails and such falures will mask failures due to sip issues, which is the
+ main value of the test
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 24 Jul 2015 02:18:36 -0400
+
qscintilla2 (2.9+dfsg-5) unstable; urgency=medium
* Update symbols files from buildd build logs and try again
Modified: packages/qscintilla2/trunk/debian/tests/python
===================================================================
--- packages/qscintilla2/trunk/debian/tests/python 2015-07-23 05:48:29 UTC (rev 33457)
+++ packages/qscintilla2/trunk/debian/tests/python 2015-07-24 06:20:11 UTC (rev 33458)
@@ -4,12 +4,9 @@
for py in $(pyversions -s); do
$py -c "import PyQt4.Qsci"
- $py-dbg -c "import PyQt4.Qsci" 2>&1
done
for py in $(py3versions -s); do
$py -c "import PyQt4.Qsci"
- $py-dbg -c "import PyQt4.Qsci" 2>&1
$py -c "import PyQt5.Qsci"
- $py-dbg -c "import PyQt5.Qsci" 2>&1
done
More information about the Python-modules-commits
mailing list