diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-19 21:36:33 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-19 21:40:52 -0400 |
commit | e371422476f51a83d27d70dc45bbfba1544aad55 (patch) | |
tree | 7ac4e9acc99b78835b3da2bde616ba4c452656b4 /conftest.py | |
parent | 85a0a9026d1b40448d1757ca6cd75e5cc2c50fc6 (diff) | |
download | python-setuptools-git-e371422476f51a83d27d70dc45bbfba1544aad55.tar.gz |
Consolidate distutils importing hacks into _distutils_importer package. Generate distutils-precedence.pth inline.
Diffstat (limited to 'conftest.py')
-rw-r--r-- | conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conftest.py b/conftest.py index 6013e187..868bf5be 100644 --- a/conftest.py +++ b/conftest.py @@ -15,7 +15,7 @@ collect_ignore = [ 'tests/manual_test.py', 'setuptools/tests/mod_with_constant.py', 'setuptools/_distutils', - 'setuptools/distutils_patch.py', + '_distutils_importer', ] |