Commit 86d7fbe5 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2231 from pypa/bugfix/disable-distutils

Disable distutils adoption
parents e7e5817e d0c71ab3
Disabled distutils adoption for now while emergent issues are addressed.
......@@ -15,6 +15,7 @@ collect_ignore = [
'tests/manual_test.py',
'setuptools/tests/mod_with_constant.py',
'setuptools/_distutils',
'setuptools/distutils_patch.py',
]
......
......@@ -3,7 +3,8 @@
import os
import functools
import setuptools.distutils_patch # noqa: F401
# Disabled for now due to: #2228, #2230
# import setuptools.distutils_patch # noqa: F401
import distutils.core
import distutils.filelist
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment