Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: py3.5 Changeset: r90635:ad57bb3dff61 Date: 2017-03-11 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/ad57bb3dff61/
Log: Skip a test that tries to remove the unicodedata module. PyPy's unicodedata is builtin and always available from RPython code. diff --git a/lib-python/3/test/test_unicodedata.py b/lib-python/3/test/test_unicodedata.py --- a/lib-python/3/test/test_unicodedata.py +++ b/lib-python/3/test/test_unicodedata.py @@ -9,7 +9,7 @@ import sys import unittest import hashlib -from test.support import script_helper +from test.support import script_helper, impl_detail encoding = 'utf-8' errors = 'surrogatepass' @@ -224,6 +224,7 @@ class UnicodeMiscTest(UnicodeDatabaseTest): + @impl_detail("pypy's unicodedata module is always available", pypy=False) def test_failed_import_during_compiling(self): # Issue 4367 # Decoding \N escapes requires the unicodedata module. If it can't be _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit