Skip to content

Commit 4568979

Browse files
authored
remove no longer relevant test
Co-authored-by: Dima Pasechnik <[email protected]>
1 parent 9d9a47c commit 4568979

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/sage/misc/cython.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,6 @@ def cython(filename, verbose=0, compile_message=False,
226226
....: from sage.misc.cachefunc cimport cache_key
227227
....: ''')
228228
229-
In Cython 0.29.33 using `from PACKAGE cimport MODULE` is broken
230-
when `PACKAGE` is a namespace package, see :issue:`35322`::
231-
232-
sage: cython('''
233-
....: from sage.misc cimport cachefunc
234-
....: ''')
235-
Traceback (most recent call last):
236-
...
237-
RuntimeError: Error compiling Cython file:
238-
...
239-
...: 'sage/misc.pxd' not found
240229
"""
241230
if not filename.endswith('pyx'):
242231
print("Warning: file (={}) should have extension .pyx".format(filename), file=sys.stderr)

0 commit comments

Comments
 (0)