Package: cython / 3.0.11+dfsg-2

debup_workaround_verify_resolution_GH1533 Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Python Applications Packaging Team
 <python-apps-team@lists.alioth.debian.org>
Date: Tue, 24 Jan 2017 20:19:43 +0000
Subject: debup_workaround_verify_resolution_GH1533

---
 tests/run/cpdef_enums.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run/cpdef_enums.pyx b/tests/run/cpdef_enums.pyx
index 83b813e..f450815 100644
--- a/tests/run/cpdef_enums.pyx
+++ b/tests/run/cpdef_enums.pyx
@@ -137,7 +137,7 @@ verify_pure_c()
 
 def verify_resolution_GH1533():
     """
-    >>> verify_resolution_GH1533()
+    >>> int(verify_resolution_GH1533())
     3
     """
     THREE = 100