There was an error while loading. Please reload this page.
1 parent da415dd commit 896ef66Copy full SHA for 896ef66
2 files changed
conftest.py
@@ -16,6 +16,11 @@ def pytest_addoption(parser):
16
'setuptools/tests/mod_with_constant.py',
17
'setuptools/_distutils',
18
'_distutils_hack',
19
+ 'setuptools/extern',
20
+ 'pkg_resources/extern',
21
+ 'pkg_resources/tests/data',
22
+ 'setuptools/_vendor',
23
+ 'pkg_resources/_vendor',
24
]
25
26
pytest.ini
@@ -1,6 +1,6 @@
1
[pytest]
2
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
+norecursedirs=dist build .tox .eggs
4
doctest_optionflags=ELLIPSIS ALLOW_UNICODE
5
filterwarnings =
6
# Fail on warnings
0 commit comments