]> granicus.if.org Git - python/commitdiff
Add a test for the deprecation of the compiler package.
authorBrett Cannon <bcannon@gmail.com>
Sat, 10 May 2008 03:09:35 +0000 (03:09 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 10 May 2008 03:09:35 +0000 (03:09 +0000)
Lib/test/test_py3kwarn.py

index ae5713476e47182616a2fc683ff8ebb63ab815c6..ee7900088bb4e55b1271143d9a2741184798e311 100644 (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',)