Commit df63b793 authored by Stefan Behnel's avatar Stefan Behnel

disable failing test in pypy

parent 581c8e7f
...@@ -13,11 +13,12 @@ yield_from_pep380 ...@@ -13,11 +13,12 @@ yield_from_pep380
memoryview_inplace_division memoryview_inplace_division
# GIL issues # GIL issues
# https://bitbucket.org/pypy/pypy/issue/2025/cpyext-finish-implementation-of # https://bitbucket.org/pypy/pypy/issues/1778/pygilstate_ensure-should-not-deadlock
run.exceptions_nogil run.exceptions_nogil
run.nogil run.nogil
run.with_gil run.with_gil
run.parallel run.parallel
run.pstats_profile_test
# gc issue? # gc issue?
memoryview_in_subclasses memoryview_in_subclasses
......
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