Skip to content

Commit 896ef66

Browse files
committed
Move setuptools-specific excluded folders to collect_ignore to match with jaraco/skeleton.
1 parent da415dd commit 896ef66

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ def pytest_addoption(parser):
1616
'setuptools/tests/mod_with_constant.py',
1717
'setuptools/_distutils',
1818
'_distutils_hack',
19+
'setuptools/extern',
20+
'pkg_resources/extern',
21+
'pkg_resources/tests/data',
22+
'setuptools/_vendor',
23+
'pkg_resources/_vendor',
1924
]
2025

2126

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r sxX
3-
norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern pkg_resources/tests/data tools .* setuptools/_vendor pkg_resources/_vendor
3+
norecursedirs=dist build .tox .eggs
44
doctest_optionflags=ELLIPSIS ALLOW_UNICODE
55
filterwarnings =
66
# Fail on warnings

0 commit comments

Comments
 (0)