[pypy-commit] pypy py3k: seems safe to skip these now

pjenvey noreply at buildbot.pypy.org
Mon Mar 12 22:46:22 CET 2012


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r53353:5ace58893a1a
Date: 2012-03-12 14:45 -0700
http://bitbucket.org/pypy/pypy/changeset/5ace58893a1a/

Log:	seems safe to skip these now

diff --git a/pypy/module/_locale/test/test_locale.py b/pypy/module/_locale/test/test_locale.py
--- a/pypy/module/_locale/test/test_locale.py
+++ b/pypy/module/_locale/test/test_locale.py
@@ -35,7 +35,6 @@
                 _locale.setlocale(_locale.LC_ALL,
                                   space.str_w(cls.w_language_pl))
             except _locale.Error:
-                raise
                 py.test.skip("necessary locales not installed")
 
             # Windows forbids the UTF-8 character set since Windows XP.


More information about the pypy-commit mailing list