Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r46789:b50e2a7b4608 Date: 2011-08-26 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b50e2a7b4608/
Log: Oups. diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__/test/test_classobj.py --- a/pypy/module/__builtin__/test/test_classobj.py +++ b/pypy/module/__builtin__/test/test_classobj.py @@ -986,7 +986,7 @@ # CPython **for old-style classes**. This test passes on CPython2.7 # but fails on PyPy. If you run the same test with new-style classes, # it fails on CPython too. - py.test.skip("far too obscure") + skip("far too obscure") class A: def __eq__(self, other): return True def __ne__(self, other): return True _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit