aboutsummaryrefslogtreecommitdiffstats
path: root/conftest.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-03 03:53:46 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-03 04:13:14 -0400
commitbb9fb1fcfe37c1ef1e29e1e6d1fc4e483c743380 (patch)
tree053ee5d48b9f73587e8b8d30334ae1d0b581518d /conftest.py
parentc486771a15642d69622b9afeb9178450daf02e24 (diff)
downloadexternal_python_setuptools-bb9fb1fcfe37c1ef1e29e1e6d1fc4e483c743380.tar.gz
external_python_setuptools-bb9fb1fcfe37c1ef1e29e1e6d1fc4e483c743380.tar.bz2
external_python_setuptools-bb9fb1fcfe37c1ef1e29e1e6d1fc4e483c743380.zip
Move distutils into a submodule of setuptools.
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 3f7e59b4..72edcf14 100644
--- a/conftest.py
+++ b/conftest.py
@@ -14,7 +14,7 @@ def pytest_addoption(parser):
collect_ignore = [
'tests/manual_test.py',
'setuptools/tests/mod_with_constant.py',
- 'distutils',
+ 'setuptools/_distutils',
]