--- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -16,5 +16,5 @@ __version__ = sys.version[:sys.version.i _DEPRECATION_MESSAGE = ("The distutils package is deprecated and slated for " "removal in Python 3.12. Use setuptools or check " "PEP 632 for potential alternatives") -warnings.warn(_DEPRECATION_MESSAGE, - DeprecationWarning, 2) +#warnings.warn(_DEPRECATION_MESSAGE, +# DeprecationWarning, 2)