summaryrefslogtreecommitdiff
path: root/Lib/test/test_py3kwarn.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-10 03:09:35 +0000
committerBrett Cannon <bcannon@gmail.com>2008-05-10 03:09:35 +0000
commit756bc0b7229f6a006af50d6817aebd2b185138d0 (patch)
treeea29146af4d97039b64a699608ef7e0635f3b2e3 /Lib/test/test_py3kwarn.py
parent5f9050a1c63a052067bf946bedc6d106c66bd9b2 (diff)
downloadcpython-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.py2
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',)