Add a test for the deprecation of the compiler package.

This commit is contained in:
Brett Cannon 2008-05-10 03:09:35 +00:00
parent 5f9050a1c6
commit 756bc0b722
1 changed files with 1 additions and 1 deletions

View File

@ -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',)