From: Brett Cannon Date: Sat, 10 May 2008 03:09:35 +0000 (+0000) Subject: Add a test for the deprecation of the compiler package. X-Git-Tag: v2.6b1~536 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=756bc0b7229f6a006af50d6817aebd2b185138d0;p=python Add a test for the deprecation of the compiler package. --- diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index ae5713476e..ee7900088b 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -129,7 +129,7 @@ class TestStdlibRemovals(unittest.TestCase): # test.testall not tested as it executes all unit tests as an # import side-effect. all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec', - 'Bastion') + 'Bastion', 'compiler') inclusive_platforms = {'irix':('pure',)} optional_modules = ('bsddb185',)