mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-45124: Remove the bdist_msi command (GH-28195)
The bdist_msi command, deprecated in Python 3.9, is now removed. Use bdist_wheel (wheel packages) instead.
This commit is contained in:
parent
533e725821
commit
eb254b43d2
11 changed files with 18 additions and 822 deletions
|
@ -1,7 +1,5 @@
|
|||
"""Do a minimal test of all the modules that aren't otherwise tested."""
|
||||
import importlib
|
||||
import platform
|
||||
import sys
|
||||
from test import support
|
||||
from test.support import import_helper
|
||||
from test.support import warnings_helper
|
||||
|
@ -28,8 +26,6 @@ class TestUntestedModules(unittest.TestCase):
|
|||
import distutils.unixccompiler
|
||||
|
||||
import distutils.command.bdist_dumb
|
||||
if sys.platform.startswith('win') and not platform.win32_is_iot():
|
||||
import distutils.command.bdist_msi
|
||||
import distutils.command.bdist
|
||||
import distutils.command.bdist_rpm
|
||||
import distutils.command.build_clib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue