Disable broken cimport alias test by defualt.
authorRobert Bradshaw <robertwb@gmail.com>
Fri, 25 Oct 2013 04:34:10 +0000 (21:34 -0700)
committerRobert Bradshaw <robertwb@gmail.com>
Fri, 25 Oct 2013 04:34:10 +0000 (21:34 -0700)
tests/bugs.txt
tests/run/cimport_alias_subclass.pyx

index dd84610..1f84f5d 100644 (file)
@@ -13,6 +13,7 @@ for_from_pyvar_loop_T601
 temp_sideeffects_T654    # not really a bug, Cython warns about it
 inherited_final_method
 tryfinallychaining        # also see FIXME in "yield_from_pep380" test
+cimport_alias_subclass
 
 # CPython regression tests that don't current work:
 pyregr.test_signal
index afb30eb..0c399ef 100644 (file)
@@ -1,3 +1,6 @@
+# mode: compile
+
+
 cimport cimport_alias_subclass_helper as cash
 
 cdef class Derived(cash.Base):