Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r54971:5b08985e87c5
Date: 2012-05-08 14:39 +0200
http://bitbucket.org/pypy/pypy/changeset/5b08985e87c5/

Log:    some of these tests require array. It works on default because the
        array type is faked, but here we need the actualy py3k one, not the
        faked py2 array

diff --git a/pypy/module/_sre/test/test_app_sre.py 
b/pypy/module/_sre/test/test_app_sre.py
--- a/pypy/module/_sre/test/test_app_sre.py
+++ b/pypy/module/_sre/test/test_app_sre.py
@@ -356,6 +356,8 @@
 
 class AppTestSimpleSearches:
 
+    spaceconfig = {'usemodules': ('array',)}
+
     def test_search_simple_literal(self):
         import re
         assert re.search("bla", "bla")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to