summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_py3kwarn.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-11 00:50:51 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-11 00:50:51 (GMT)
commitdf0a7170378f8fe22589e5fa3ec4f703b2e09d60 (patch)
treea40ac176ed1e2ed07a1a02804665e4cf88160ad3 /Lib/test/test_py3kwarn.py
parent27508d4eb98fba5e092a742fc241760b5f796985 (diff)
downloadcpython-df0a7170378f8fe22589e5fa3ec4f703b2e09d60.zip
cpython-df0a7170378f8fe22589e5fa3ec4f703b2e09d60.tar.gz
cpython-df0a7170378f8fe22589e5fa3ec4f703b2e09d60.tar.bz2
The linuxaudidev module has been deprecated for removal in Python 3.0.
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 3371697..6835fa8 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -133,7 +133,7 @@ class TestStdlibRemovals(unittest.TestCase):
'ihooks')
inclusive_platforms = {'irix':('pure',)}
# XXX Don't know if lib-tk is only installed if _tkinter is built.
- optional_modules = ('bsddb185', 'Canvas', 'dl')
+ optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev')
def check_removal(self, module_name, optional=False):
"""Make sure the specified module, when imported, raises a