mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Depreate imageop for removal in 3.0.
This commit is contained in:
parent
b61d801adb
commit
42bfa90f02
5 changed files with 15 additions and 7 deletions
|
@ -132,8 +132,7 @@ class TestStdlibRemovals(unittest.TestCase):
|
|||
'Bastion', 'compiler', 'dircache', 'fpformat',
|
||||
'ihooks', 'mhlib')
|
||||
inclusive_platforms = {'irix':('pure',)}
|
||||
# XXX Don't know if lib-tk is only installed if _tkinter is built.
|
||||
optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev')
|
||||
optional_modules = ('bsddb185', 'Canvas', 'dl', 'linuxaudiodev', 'imageop')
|
||||
|
||||
def check_removal(self, module_name, optional=False):
|
||||
"""Make sure the specified module, when imported, raises a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue