Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r58691:d585f8ab2703
Date: 2012-11-02 19:07 +0100
http://bitbucket.org/pypy/pypy/changeset/d585f8ab2703/

Log:    more and more itertools

diff --git a/pypy/objspace/std/test/test_floatobject.py 
b/pypy/objspace/std/test/test_floatobject.py
--- a/pypy/objspace/std/test/test_floatobject.py
+++ b/pypy/objspace/std/test/test_floatobject.py
@@ -455,6 +455,8 @@
 
 
 class AppTestFloatHex:
+    spaceconfig = {'usemodules': ['itertools']}
+
     def w_identical(self, x, y):
         import math
         # check that floats x and y are identical, or that both
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to