File: debup_workaround_verify_resolution_GH1533

package info (click to toggle)
cython-legacy 0.29.37-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,328 kB
  • sloc: python: 67,540; ansic: 14,965; cpp: 1,340; xml: 1,031; makefile: 364; lisp: 206; sh: 159; sed: 11
file content (22 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (2)
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 69c90d9..28431b9 100644
--- a/tests/run/cpdef_enums.pyx
+++ b/tests/run/cpdef_enums.pyx
@@ -94,7 +94,7 @@ verify_pure_c()
 
 def verify_resolution_GH1533():
     """
-    >>> verify_resolution_GH1533()
+    >>> int(verify_resolution_GH1533())
     3
     """
     THREE = 100