aboutsummaryrefslogtreecommitdiffstats
path: root/conftest.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-03 05:18:23 -0400
committerGitHub <noreply@github.com>2020-07-03 05:18:23 -0400
commit213baae85f0b9c2640fdf7bf270f6b210f119c54 (patch)
treefb743ec8d5b76f6bec0d3b0660887c03e43e974d /conftest.py
parent78928efa890109410b315b03a225c9fc5f041ff8 (diff)
parentca0065fb62c1728cb42b86ae79375533856d2248 (diff)
downloadexternal_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.py1
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',
]