Commit 756bc0b7 authored by Brett Cannon's avatar Brett Cannon

Add a test for the deprecation of the compiler package.

parent 5f9050a1
......@@ -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',)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment