Commit 7eddb952 authored by Stefan Behnel's avatar Stefan Behnel

disable test in pypy

parent 120d25eb
...@@ -9,7 +9,6 @@ memoryview ...@@ -9,7 +9,6 @@ memoryview
memslice memslice
sequential_parallel sequential_parallel
setjmp setjmp
special_methods_T561
yield_from_pep380 yield_from_pep380
# GIL issues # GIL issues
...@@ -22,14 +21,18 @@ run.parallel ...@@ -22,14 +21,18 @@ run.parallel
# gc issue? # gc issue?
memoryview_in_subclasses memoryview_in_subclasses
external_ref_reassignment external_ref_reassignment
run.exttype_dealloc
# https://bitbucket.org/pypy/pypy/issue/2023/cpyext-pydict_keys-values-items-does-not # https://bitbucket.org/pypy/pypy/issue/2023/cpyext-pydict_keys-values-items-does-not
builtin_subtype_methods_cy3 builtin_subtype_methods_cy3
# bugs in cpyext
run.special_methods_T561
run.special_methods_T561_py2
# tests for things that don't exist in cpyext # tests for things that don't exist in cpyext
compile.pylong compile.pylong
run.datetime_pxd run.datetime_pxd
run.datetime_cimport run.datetime_cimport
run.datetime_members run.datetime_members
run.extern_builtins_T258 run.extern_builtins_T258
run.exttype_dealloc
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