Author: Manuel Jacob <[email protected]>
Branch: py3.5
Changeset: r89350:3c9879434b91
Date: 2017-01-04 01:20 +0100
http://bitbucket.org/pypy/pypy/changeset/3c9879434b91/

Log:    Add 'select' to list of used modules in test.

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
@@ -213,7 +213,8 @@
 
 class AppTestPyexpat2:
     spaceconfig = dict(usemodules=['_rawffi', 'pyexpat', 'itertools',
-                                   '_socket', 'time', 'struct', 'binascii'])
+                                   '_socket', 'time', 'struct', 'binascii',
+                                   'select'])
 
     def test_django_bug(self):
         xml_str = '<?xml version="1.0" standalone="no"?><!DOCTYPE example 
SYSTEM "http://example.com/example.dtd";><root/>'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to