Deprecate Bastion and rexec for 3.0.
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py
index 48cd4e7..22257e1 100644
--- a/Lib/test/test_py3kwarn.py
+++ b/Lib/test/test_py3kwarn.py
@@ -128,7 +128,8 @@
# test.testall not tested as it executes all unit tests as an
# import side-effect.
- all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new')
+ all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
+ 'Bastion')
inclusive_platforms = {'irix':('pure',)}
def check_removal(self, module_name, optional=False):