Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r60567:44a14b38dc4c
Date: 2013-01-27 17:56 -0500
http://bitbucket.org/pypy/pypy/changeset/44a14b38dc4c/

Log:    cleanups

diff --git a/pypy/interpreter/test2/test_app_main.py 
b/pypy/interpreter/test2/test_app_main.py
--- a/pypy/interpreter/test2/test_app_main.py
+++ b/pypy/interpreter/test2/test_app_main.py
@@ -881,7 +881,6 @@
 
     def test_setup_bootstrap_path(self):
         import sys
-        import os
         old_sys_path = sys.path[:]
         sys.path.append(self.goal_dir)
         try:
diff --git a/pypy/interpreter/test2/test_targetpypy.py 
b/pypy/interpreter/test2/test_targetpypy.py
--- a/pypy/interpreter/test2/test_targetpypy.py
+++ b/pypy/interpreter/test2/test_targetpypy.py
@@ -1,5 +1,3 @@
-
-import py
 from pypy.goal.targetpypystandalone import get_entry_point
 from pypy.config.pypyoption import get_pypy_config
 
@@ -7,6 +5,4 @@
     def test_run(self):
         config = get_pypy_config(translating=False)
         entry_point = get_entry_point(config)[0]
-        space = self.space
-        py.test.skip("not working so far")
         entry_point(['pypy-c' , '-S', '-c', 'print 3'])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to