diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 03:09:35 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 03:09:35 +0000 |
commit | 756bc0b7229f6a006af50d6817aebd2b185138d0 (patch) | |
tree | ea29146af4d97039b64a699608ef7e0635f3b2e3 /Lib/test/test_py3kwarn.py | |
parent | 5f9050a1c63a052067bf946bedc6d106c66bd9b2 (diff) | |
download | cpython-git-756bc0b7229f6a006af50d6817aebd2b185138d0.tar.gz |
Add a test for the deprecation of the compiler package.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r-- | Lib/test/test_py3kwarn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index ae5713476e..ee7900088b 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',) |