diff options
-rw-r--r-- | conftest.py | 5 | ||||
-rw-r--r-- | pytest.ini | 2 |
2 files changed, 6 insertions, 1 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', ] @@ -1,6 +1,6 @@ [pytest] addopts=--doctest-modules --doctest-glob=pkg_resources/api_tests.txt -r sxX -norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern pkg_resources/tests/data tools .* setuptools/_vendor pkg_resources/_vendor +norecursedirs=dist build .tox .eggs doctest_optionflags=ELLIPSIS ALLOW_UNICODE filterwarnings = # Fail on warnings |