Commit bb9fb1fc authored by Jason R. Coombs's avatar Jason R. Coombs

Move distutils into a submodule of setuptools.

parent c486771a
...@@ -14,7 +14,7 @@ def pytest_addoption(parser): ...@@ -14,7 +14,7 @@ def pytest_addoption(parser):
collect_ignore = [ collect_ignore = [
'tests/manual_test.py', 'tests/manual_test.py',
'setuptools/tests/mod_with_constant.py', 'setuptools/tests/mod_with_constant.py',
'distutils', 'setuptools/_distutils',
] ]
......
This diff is collapsed.
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