[pypy-commit] pypy default: unskip this test as well.

alex_gaynor noreply at buildbot.pypy.org
Wed Sep 28 14:48:57 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r47655:7575c6c10bf8
Date: 2011-09-28 08:48 -0400
http://bitbucket.org/pypy/pypy/changeset/7575c6c10bf8/

Log:	unskip this test as well.

diff --git a/lib-python/modified-2.7/test/test_multiprocessing.py b/lib-python/modified-2.7/test/test_multiprocessing.py
--- a/lib-python/modified-2.7/test/test_multiprocessing.py
+++ b/lib-python/modified-2.7/test/test_multiprocessing.py
@@ -531,7 +531,6 @@
             time.sleep(DELTA)
             q.task_done()
 
-    @unittest.skipIf(os.name == 'posix', "PYPY: FIXME")
     def test_task_done(self):
         queue = self.JoinableQueue()
 


More information about the pypy-commit mailing list