summaryrefslogtreecommitdiff
path: root/conftest.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-26 10:35:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-26 10:35:02 -0400
commitdcc71f773576c19a3658735879893515b056ece5 (patch)
tree2ebc5e39593fb475a7fc957f9965339b5b9ae60a /conftest.py
parent1e53a2c14e7e0f788c9df2a542ac10f6b2f511d7 (diff)
downloadpython-setuptools-git-dcc71f773576c19a3658735879893515b056ece5.tar.gz
Rename _distutils_importer to _distutils_hack, as it supplies more than just an importer.
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conftest.py b/conftest.py
index 868bf5be..25537f56 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',
- '_distutils_importer',
+ '_distutils_hack',
]