Commit a3d9440a authored by Robert Bradshaw's avatar Robert Bradshaw

Disable broken cimport alias test by defualt.

parent b8689607
......@@ -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
......
# mode: compile
cimport cimport_alias_subclass_helper as cash
cdef class Derived(cash.Base):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment