Author: Brian Kearns <[email protected]>
Branch:
Changeset: r60885:d5b5b5689313
Date: 2013-02-05 17:36 -0500
http://bitbucket.org/pypy/pypy/changeset/d5b5b5689313/
Log: a couple usemodules lines
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -160,7 +160,7 @@
RegrTest('test_codeop.py', core=True),
RegrTest('test_coding.py', core=True),
RegrTest('test_coercion.py', core=True),
- RegrTest('test_collections.py'),
+ RegrTest('test_collections.py', usemodules='binascii struct'),
RegrTest('test_colorsys.py'),
RegrTest('test_commands.py'),
RegrTest('test_compare.py', core=True),
@@ -181,7 +181,7 @@
RegrTest('test_csv.py', usemodules='_csv'),
RegrTest('test_ctypes.py', usemodules="_rawffi thread"),
RegrTest('test_curses.py'),
- RegrTest('test_datetime.py'),
+ RegrTest('test_datetime.py', usemodules='binascii struct'),
RegrTest('test_dbm.py'),
RegrTest('test_decimal.py'),
RegrTest('test_decorators.py', core=True),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit