From 7686ced0e5f09a1b63d4d5734158a8202354f54d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 21 Apr 2020 22:22:42 +0200 Subject: Disable "test_subclassinit" test only in PyPy2, not in PyPy3. --- tests/pypy2_bugs.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/pypy2_bugs.txt b/tests/pypy2_bugs.txt index 9fd6d84f4..18fbcd204 100644 --- a/tests/pypy2_bugs.txt +++ b/tests/pypy2_bugs.txt @@ -23,3 +23,7 @@ run.with_gil # looks like a "when does the GC run?" issue - slightly surprised it's OK on pypy3 memoryview.numpy_memoryview + +# type features that are disabled in PyPy2: +#run.test_genericclass +run.test_subclassinit -- cgit v1.2.1