Author: Alex Gaynor <alex.gay...@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") _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit