Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r58766:18fc5f1da6d7
Date: 2012-11-06 21:58 +0100
http://bitbucket.org/pypy/pypy/changeset/18fc5f1da6d7/
Log: Fix test_compiler
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_compiler.py
--- a/pypy/interpreter/test/test_compiler.py
+++ b/pypy/interpreter/test/test_compiler.py
@@ -6,10 +6,6 @@
from pypy.interpreter.argument import Arguments
class TestPythonAstCompiler:
- def setup_class(cls):
- # itertools is required because it is imported indirectly by
test_globals_warnings
- cls.space = gettestobjspace(usemodules=['itertools'])
-
def setup_method(self, method):
self.compiler = self.space.createcompiler()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit