From 756bc0b7229f6a006af50d6817aebd2b185138d0 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 10 May 2008 03:09:35 +0000 Subject: [PATCH] Add a test for the deprecation of the compiler package. --- Lib/test/test_py3kwarn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',) -- 2.40.0