diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index ae5713476e4..ee7900088bb 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',)