[pypy-svn] pypy default: (fijal, arigo)

arigo commits-noreply at bitbucket.org
Thu Jan 20 14:36:19 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41021:9e42daa5fb29
Date: 2011-01-20 14:26 +0100
http://bitbucket.org/pypy/pypy/changeset/9e42daa5fb29/

Log:	(fijal, arigo)

	Skip.

diff --git a/pypy/module/test_lib_pypy/test_distributed/test_distributed.py b/pypy/module/test_lib_pypy/test_distributed/test_distributed.py
--- a/pypy/module/test_lib_pypy/test_distributed/test_distributed.py
+++ b/pypy/module/test_lib_pypy/test_distributed/test_distributed.py
@@ -253,6 +253,7 @@
         assert res == 3
 
     def test_remote_sys(self):
+        skip("Fix me some day maybe")
         import sys
 
         protocol = self.test_env({'sys':sys})


More information about the Pypy-commit mailing list