[New-bugs-announce] [issue43863] [Windows] test_distutils logs: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead

STINNER Victor report at bugs.python.org
Fri Apr 16 09:10:40 EDT 2021


New submission from STINNER Victor <vstinner at python.org>:

On Windows, test_distutils logs the warning: DeprecationWarning: "bdist_msi command is deprecated (...)". Example:

vstinner at DESKTOP-DK7VBIL C:\vstinner\python\master>python -m test -v test_distutils
(...)
test_skip_build (distutils.tests.test_bdist.BuildTestCase) ... C:\vstinner\python\master\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
  cmd_obj = self.command_obj[command] = klass(self)
ok
(...)

----------
components: Tests
messages: 391191
nosy: vstinner
priority: normal
severity: normal
status: open
title: [Windows] test_distutils logs:  DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43863>
_______________________________________


More information about the New-bugs-announce mailing list