[pypy-commit] pypy py3k: skip for now: it's pretty annoying to fix and not that important

pjenvey pypy.commits at gmail.com
Sun May 22 19:32:33 EDT 2016


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r84607:06b95516b5de
Date: 2016-05-22 16:24 -0700
http://bitbucket.org/pypy/pypy/changeset/06b95516b5de/

Log:	skip for now: it's pretty annoying to fix and not that important

diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py
--- a/lib-python/3/test/test_descr.py
+++ b/lib-python/3/test/test_descr.py
@@ -4577,6 +4577,8 @@
         for o in gc.get_objects():
             self.assertIsNot(type(o), X)
 
+    @unittest.skipIf(support.check_impl_detail(pypy=True),
+                     "https://bitbucket.org/pypy/pypy/issues/2306")
     def test_object_new_and_init_with_parameters(self):
         # See issue #1683368
         class OverrideNeither:


More information about the pypy-commit mailing list