diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-24 10:29:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-24 10:49:50 -0400 |
commit | 896ef66ff3b167a13a5efb128013d5bd53633a79 (patch) | |
tree | 5f62c30c69a4a79b96e4777ce7e64ff97161f2b3 /conftest.py | |
parent | da415dd76a5613c5cdafb16cd5f21e5b6cce3801 (diff) | |
download | python-setuptools-git-896ef66ff3b167a13a5efb128013d5bd53633a79.tar.gz |
Move setuptools-specific excluded folders to collect_ignore to match with jaraco/skeleton.
Diffstat (limited to 'conftest.py')
-rw-r--r-- | conftest.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py index 41ab30b9..f896561e 100644 --- a/conftest.py +++ b/conftest.py @@ -16,6 +16,11 @@ collect_ignore = [ 'setuptools/tests/mod_with_constant.py', 'setuptools/_distutils', '_distutils_hack', + 'setuptools/extern', + 'pkg_resources/extern', + 'pkg_resources/tests/data', + 'setuptools/_vendor', + 'pkg_resources/_vendor', ] |