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

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Sun Nov 20 04:37:46 UTC 2016


    Date: Sunday, November 20, 2016 @ 04:37:45
  Author: yoh
Revision: 13723

try to skip annotate_html which fails on 3.5 for now

Modified:
  packages/cython/trunk/debian/rules

Modified: packages/cython/trunk/debian/rules
===================================================================
--- packages/cython/trunk/debian/rules	2016-11-20 04:37:39 UTC (rev 13722)
+++ packages/cython/trunk/debian/rules	2016-11-20 04:37:45 UTC (rev 13723)
@@ -112,7 +112,7 @@
 	set -e; for P in $(PY2VERS) $(PY3VERS); do \
 	 PYTHONPATH=`/bin/ls -d $(CURDIR)/build/lib.*-$$P` \
 	  /usr/bin/python$$P runtests.py $(RUNTESTSOPTS) \
-        --no-refnanny -v -v --exclude="(parallel|Debugger)" --work-dir=build/work-dir 2>&1; \
+        --no-refnanny -v -v --exclude="(parallel|Debugger|annotate_html)" --work-dir=build/work-dir 2>&1; \
 	done
 endif
 




More information about the Python-apps-commits mailing list