summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-21 22:22:42 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-21 22:22:42 +0200
commit7686ced0e5f09a1b63d4d5734158a8202354f54d (patch)
tree9b27f5c6e2761337deb24ce8927ec7bd23430c64
parent616d8088221ebe23084628b4749245bc3f93785a (diff)
downloadcython-gh2781_pep487_init_subclass.tar.gz
Disable "test_subclassinit" test only in PyPy2, not in PyPy3.gh2781_pep487_init_subclass
-rw-r--r--tests/pypy2_bugs.txt4
1 files changed, 4 insertions, 0 deletions
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