Author: Amaury Forgeot d'Arc <[email protected]>
Branch:
Changeset: r78079:85d52522b437
Date: 2015-06-13 11:10 +0200
http://bitbucket.org/pypy/pypy/changeset/85d52522b437/
Log: Another import issue
diff --git a/lib-python/2.7/test/test_capi.py b/lib-python/2.7/test/test_capi.py
--- a/lib-python/2.7/test/test_capi.py
+++ b/lib-python/2.7/test/test_capi.py
@@ -18,7 +18,7 @@
skips = []
-if test_support.check_impl_detail(pypy=True):
+if support.check_impl_detail(pypy=True):
skips += [
'test_broken_memoryview',
'test_capsule',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit