[Python-apps-commits] r11410 - in packages/cython/trunk/debian (changelog rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Sun Oct 12 20:22:57 UTC 2014


    Date: Sunday, October 12, 2014 @ 20:22:56
  Author: yoh
Revision: 11410

exclude also Debugger tests for now

Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/rules

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2014-10-12 20:22:50 UTC (rev 11409)
+++ packages/cython/trunk/debian/changelog	2014-10-12 20:22:56 UTC (rev 11410)
@@ -3,8 +3,13 @@
   * Recent upstream release
   * debian/watch
     - tuned up for ever changing upstream suffixes for pre-releases
+  * debian/rules
+    - exclude also Debugger tests for now
+  * debian/patches
+    - changeset_1e7d57294a595e634e56ea8087d264bb90e1ecde.diff
+      to restrict tests to only when jedi >= 0.8.1
 
- -- Yaroslav Halchenko <debian at onerussian.com>  Tue, 07 Oct 2014 21:44:54 -0400
+ -- Yaroslav Halchenko <debian at onerussian.com>  Fri, 10 Oct 2014 14:38:17 -0400
 
 cython (0.20.2+git216-ga96882e-1) experimental; urgency=medium
 

Modified: packages/cython/trunk/debian/rules
===================================================================
--- packages/cython/trunk/debian/rules	2014-10-12 20:22:50 UTC (rev 11409)
+++ packages/cython/trunk/debian/rules	2014-10-12 20:22:56 UTC (rev 11410)
@@ -103,7 +103,7 @@
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; for P in $(PY2VERS) $(PY3VERS); do \
 	 PYTHONPATH=`/bin/ls -d $(CURDIR)/build/lib.*-$$P` \
-	  /usr/bin/python$$P runtests.py --no-refnanny -v -v --exclude="parallel" --work-dir=build/work-dir; \
+	  /usr/bin/python$$P runtests.py --no-refnanny -v -v --exclude="(parallel|Debugger)" --work-dir=build/work-dir; \
 	done
 endif
 




More information about the Python-apps-commits mailing list