diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 05:18:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 05:18:23 -0400 |
commit | 213baae85f0b9c2640fdf7bf270f6b210f119c54 (patch) | |
tree | fb743ec8d5b76f6bec0d3b0660887c03e43e974d /conftest.py | |
parent | 78928efa890109410b315b03a225c9fc5f041ff8 (diff) | |
parent | ca0065fb62c1728cb42b86ae79375533856d2248 (diff) | |
download | external_python_setuptools-213baae85f0b9c2640fdf7bf270f6b210f119c54.tar.gz external_python_setuptools-213baae85f0b9c2640fdf7bf270f6b210f119c54.tar.bz2 external_python_setuptools-213baae85f0b9c2640fdf7bf270f6b210f119c54.zip |
Merge pull request #2143 from pypa/distutils
Adopt distutils
Diffstat (limited to 'conftest.py')
-rw-r--r-- | conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py index 1746bfb5..72edcf14 100644 --- a/conftest.py +++ b/conftest.py @@ -14,6 +14,7 @@ def pytest_addoption(parser): collect_ignore = [ 'tests/manual_test.py', 'setuptools/tests/mod_with_constant.py', + 'setuptools/_distutils', ] |