mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add a test for the deprecation of the compiler package.
This commit is contained in:
parent
5f9050a1c6
commit
756bc0b722
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class TestStdlibRemovals(unittest.TestCase):
|
||||||
# test.testall not tested as it executes all unit tests as an
|
# test.testall not tested as it executes all unit tests as an
|
||||||
# import side-effect.
|
# import side-effect.
|
||||||
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
|
all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
|
||||||
'Bastion')
|
'Bastion', 'compiler')
|
||||||
inclusive_platforms = {'irix':('pure',)}
|
inclusive_platforms = {'irix':('pure',)}
|
||||||
optional_modules = ('bsddb185',)
|
optional_modules = ('bsddb185',)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue