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

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Mon Jul 16 16:12:05 UTC 2012


    Date: Monday, July 16, 2012 @ 16:11:55
  Author: yoh
Revision: 8949

excluding parallel tests since they fail ATM (reported/known upstream)

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

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2012-07-16 16:11:11 UTC (rev 8948)
+++ packages/cython/trunk/debian/changelog	2012-07-16 16:11:55 UTC (rev 8949)
@@ -1,8 +1,9 @@
-cython (0.16-1) unstable; urgency=low
+cython (0.16-1) experimental; urgency=low
 
   * Fresh upstream release (Closes: #671070)
     - required to BFS for new python-pymtp
     - dropping patches deb_tempdisable_numpy_doctests, python27-testsuite-fix.patch
+    - excluding parallel tests since they fail ATM (reported/known upstream)
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Sat, 30 Jun 2012 12:34:14 -0400
 

Modified: packages/cython/trunk/debian/rules
===================================================================
--- packages/cython/trunk/debian/rules	2012-07-16 16:11:11 UTC (rev 8948)
+++ packages/cython/trunk/debian/rules	2012-07-16 16:11:55 UTC (rev 8949)
@@ -49,7 +49,7 @@
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e; for P in $(PY2VERS); do \
 	 PYTHONPATH=`/bin/ls -d $(CURDIR)/build/lib.*-$$P` \
-	  /usr/bin/python$$P runtests.py --no-refnanny -v -v --work-dir=build/work-dir; \
+	  /usr/bin/python$$P runtests.py --no-refnanny -v -v --exclude="parallel" --work-dir=build/work-dir; \
 	done
 endif
 




More information about the Python-apps-commits mailing list