Author: Matti Picus <[email protected]>
Branch: precompiled-headers
Changeset: r68988:8eb1f8f89bc6
Date: 2014-01-29 09:40 +0200
http://bitbucket.org/pypy/pypy/changeset/8eb1f8f89bc6/
Log: skip for abstract class
diff --git a/rpython/translator/platform/test/test_distutils.py
b/rpython/translator/platform/test/test_distutils.py
--- a/rpython/translator/platform/test/test_distutils.py
+++ b/rpython/translator/platform/test/test_distutils.py
@@ -11,3 +11,7 @@
def test_900_files(self):
py.test.skip('Makefiles not suppoerted')
+
+ def test_precompiled_headers(self):
+ py.test.skip('Makefiles not suppoerted')
+
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit