Add a test for the deprecation of the compiler package.
This commit is contained in:
parent
5f9050a1c6
commit
756bc0b722
|
@ -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',)
|
||||
|
||||
|
|
Loading…
Reference in New Issue