[pypy-commit] pypy py3k: kill

pjenvey noreply at buildbot.pypy.org
Tue Jan 28 22:14:07 CET 2014


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r68982:9d12dac12c3a
Date: 2014-01-28 12:43 -0800
http://bitbucket.org/pypy/pypy/changeset/9d12dac12c3a/

Log:	kill

diff --git a/pypy/module/pyexpat/test/test_parser.py b/pypy/module/pyexpat/test/test_parser.py
--- a/pypy/module/pyexpat/test/test_parser.py
+++ b/pypy/module/pyexpat/test/test_parser.py
@@ -183,7 +183,7 @@
             assert fake_reader.read_count == 4
 
 class AppTestPyexpat2:
-    spaceconfig = dict(usemodules=['_ffi', '_rawffi', 'pyexpat', 'itertools',
+    spaceconfig = dict(usemodules=['_rawffi', 'pyexpat', 'itertools',
                                    '_socket', 'rctime', 'struct', 'binascii'])
 
     def test_django_bug(self):


More information about the pypy-commit mailing list