Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r64892:642665958a4d
Date: 2013-06-16 10:05 +0200
http://bitbucket.org/pypy/pypy/changeset/642665958a4d/

Log:    Buildbot failed for three days because of this. I think I'll go for
        this technique more generally: any failure that stays 3 days on the
        buildbot is going to be reverted/crudely skipped/whatever.

diff --git a/lib_pypy/_tkinter/__init__.py b/lib_pypy/_tkinter/__init__.py
--- a/lib_pypy/_tkinter/__init__.py
+++ b/lib_pypy/_tkinter/__init__.py
@@ -1,3 +1,5 @@
+raise ImportError("please fix the buildbot tests, at least by raising 
ImportError if tcl.h/tk.h are not there")
+
 # _tkinter package -- low-level interface to libtk and libtcl.
 #
 # This is an internal module, applications should "import Tkinter" instead.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to