diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 03:53:46 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 04:13:14 -0400 |
commit | bb9fb1fcfe37c1ef1e29e1e6d1fc4e483c743380 (patch) | |
tree | 053ee5d48b9f73587e8b8d30334ae1d0b581518d /conftest.py | |
parent | c486771a15642d69622b9afeb9178450daf02e24 (diff) | |
download | external_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.py | 2 |
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', ] |