Author: Armin Rigo <[email protected]>
Branch: static-callback-embedding
Changeset: r2582:ac536db9c3c1
Date: 2016-01-14 17:25 +0100
http://bitbucket.org/cffi/cffi/changeset/ac536db9c3c1/
Log: tried hard and failed to have the embedding tests run in a debug-
mode python
diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py
--- a/testing/embedding/test_basic.py
+++ b/testing/embedding/test_basic.py
@@ -4,6 +4,10 @@
from testing.udir import udir
import cffi
+if hasattr(sys, 'gettotalrefcount'):
+ py.test.skip("tried hard and failed to have these tests run "
+ "in a debug-mode python")
+
local_dir = os.path.dirname(os.path.abspath(__file__))
_link_error = '?'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit