Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3.3
Changeset: r70833:5ec636950a44
Date: 2014-04-21 21:29 +0200
http://bitbucket.org/pypy/pypy/changeset/5ec636950a44/

Log:    This test was also skipped previously

diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py
--- a/lib-python/3/test/test_sys.py
+++ b/lib-python/3/test/test_sys.py
@@ -307,6 +307,7 @@
         )
 
     # sys._current_frames() is a CPython-only gimmick.
+    @test.support.impl_detail("current_frames")
     def test_current_frames(self):
         have_threads = True
         try:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to