Author: Philip Jenvey <[email protected]>
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.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to