[Python-apps-commits] r10402 - in packages/cython/trunk/debian (3 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Fri Jan 24 21:42:03 UTC 2014


    Date: Friday, January 24, 2014 @ 21:42:02
  Author: jtaylor-guest
Revision: 10402

fix-skip-tests.patch: prevent python3.4 from running a disabled test

Added:
  packages/cython/trunk/debian/patches/fix-skip-tests.patch
Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/patches/series

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2014-01-24 14:37:55 UTC (rev 10401)
+++ packages/cython/trunk/debian/changelog	2014-01-24 21:42:02 UTC (rev 10402)
@@ -1,3 +1,9 @@
+cython (0.20-3) unstable; urgency=low
+
+  * fix-skip-tests.patch: prevent python3.4 from running a disabled test
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Fri, 24 Jan 2014 22:37:38 +0100
+
 cython (0.20-2) unstable; urgency=low
 
   * signed-char.patch: Fix broken test when char type is unsigned

Added: packages/cython/trunk/debian/patches/fix-skip-tests.patch
===================================================================
--- packages/cython/trunk/debian/patches/fix-skip-tests.patch	                        (rev 0)
+++ packages/cython/trunk/debian/patches/fix-skip-tests.patch	2014-01-24 21:42:02 UTC (rev 10402)
@@ -0,0 +1,15 @@
+Description: stop python3.4 from running a disabled test
+Bug: https://mail.python.org/pipermail/cython-devel/2014-January/003939.html
+Origin: https://github.com/cython/cython/commit/f7172efd729a6261c03502d0032ac1ac40dd3572
+
+--- a/tests/memoryview/numpy_memoryview.pyx
++++ b/tests/memoryview/numpy_memoryview.pyx
+@@ -406,7 +406,7 @@ cdef class DeallocateMe(object):
+ # Disabled! References cycles don't seem to be supported by NumPy
+ # @testcase
+ def acquire_release_cycle(obj):
+-    """
++    DISABLED_DOCSTRING = """
+     >>> a = np.arange(20, dtype=np.object)
+     >>> a[10] = DeallocateMe()
+     >>> acquire_release_cycle(a)

Modified: packages/cython/trunk/debian/patches/series
===================================================================
--- packages/cython/trunk/debian/patches/series	2014-01-24 14:37:55 UTC (rev 10401)
+++ packages/cython/trunk/debian/patches/series	2014-01-24 21:42:02 UTC (rev 10402)
@@ -1,2 +1,3 @@
 signed-char.patch
+fix-skip-tests.patch
 




More information about the Python-apps-commits mailing list