Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r76498:9af0e8881e06
Date: 2015-03-21 17:10 +0100
http://bitbucket.org/pypy/pypy/changeset/9af0e8881e06/

Log:    This test finally passes

diff --git a/pypy/module/pypystm/test_pypy_c/test_no_conflict.py 
b/pypy/module/pypystm/test_pypy_c/test_no_conflict.py
--- a/pypy/module/pypystm/test_pypy_c/test_no_conflict.py
+++ b/pypy/module/pypystm/test_pypy_c/test_no_conflict.py
@@ -68,7 +68,6 @@
         self.check_almost_no_conflict(f)
 
     def test_weakrefs(self):
-        py.test.skip("next issue")
         def f():
             import weakref
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to