Author: Manuel Jacob Branch: py3k Changeset: r61200:831f232a0160 Date: 2013-02-12 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/831f232a0160/
Log: Skip test in test_bytes which tests CPython's C API. diff --git a/lib-python/3.2/test/test_bytes.py b/lib-python/3.2/test/test_bytes.py --- a/lib-python/3.2/test/test_bytes.py +++ b/lib-python/3.2/test/test_bytes.py @@ -570,6 +570,7 @@ self.assertRaises(TypeError, bytes, A()) # Test PyBytes_FromFormat() + @test.support.impl_detail("don't test cpyext here") def test_from_format(self): test.support.import_module('ctypes') from ctypes import pythonapi, py_object, c_int, c_char_p _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit