[pypy-commit] pypy precompiled-headers: skip for abstract class

mattip noreply at buildbot.pypy.org
Wed Jan 29 12:36:30 CET 2014


Author: Matti Picus <matti.picus at gmail.com>
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')
+


More information about the pypy-commit mailing list