diff options
author | Ned Deily <nad@acm.org> | 2011-07-05 22:09:32 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-05 22:09:32 (GMT) |
commit | 09f6ab0d0fd10dfadae3de5896805157e73323b0 (patch) | |
tree | ab12963bd460e035a6d77b741c9a16ab2b77d08c /Lib/lib-tk/test | |
parent | 8c653e094b7deb9bb8a1366382e452dea73e4826 (diff) | |
download | cpython-09f6ab0d0fd10dfadae3de5896805157e73323b0.zip cpython-09f6ab0d0fd10dfadae3de5896805157e73323b0.tar.gz cpython-09f6ab0d0fd10dfadae3de5896805157e73323b0.tar.bz2 |
Issue #8716: Back out temporary changeset 18ce15f841cf
Diffstat (limited to 'Lib/lib-tk/test')
-rw-r--r-- | Lib/lib-tk/test/runtktests.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Lib/lib-tk/test/runtktests.py b/Lib/lib-tk/test/runtktests.py index 96cb31d..19769ad 100644 --- a/Lib/lib-tk/test/runtktests.py +++ b/Lib/lib-tk/test/runtktests.py @@ -25,20 +25,6 @@ def check_tk_availability(): return if sys.platform == 'darwin': - - # ** temporary test code for issue8716 ** - try: - import MacOS - wma = MacOS.WMAvailable() - print >> test.test_support.get_original_stdout(), \ - '\tcheck_tk_availability -- WMAvailable returned %r' % wma - except ImportError: - print >> test.test_support.get_original_stdout(), \ - '\tcheck_tk_availability -- could not import MacOS' - if not wma: - raise unittest.SkipTest("Window manager is not available") - # ** end of temporary test code for issue8716 ** - # The Aqua Tk implementations on OS X can abort the process if # being called in an environment where a window server connection # cannot be made, for instance when invoked by a buildbot or ssh |