[pypy-commit] pypy stdlib-2.7.9: Added the needed spaceconfig

alex_gaynor noreply at buildbot.pypy.org
Sun Dec 14 21:17:10 CET 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: stdlib-2.7.9
Changeset: r74935:ec3a44263c5b
Date: 2014-12-14 12:17 -0800
http://bitbucket.org/pypy/pypy/changeset/ec3a44263c5b/

Log:	Added the needed spaceconfig

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
@@ -403,6 +403,8 @@
 
 
 class AppTestSimpleSearches:
+    spaceconfig = {"usemodules": ['array']}
+
     def test_search_simple_literal(self):
         import re
         assert re.search("bla", "bla")


More information about the pypy-commit mailing list