diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-31 16:47:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-31 16:47:55 -0500 |
| commit | 9b985a9112d9be396adca6a1948076378c70cc34 (patch) | |
| tree | 99e334a9df66bdeeb5a470c4abe65d9c66e0090d /pytest.ini | |
| parent | ddb91c20793d8e5e8a01e0302afeaaba76776741 (diff) | |
| download | python-setuptools-git-9b985a9112d9be396adca6a1948076378c70cc34.tar.gz | |
Use the same technique in pkg_resources, relying on an 'extern' module to resolve the conditional import.
--HG--
branch : feature/issue-229
Diffstat (limited to 'pytest.ini')
| -rwxr-xr-x | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ [pytest] addopts=--doctest-modules --ignore release.py --ignore setuptools/lib2to3_ex.py --ignore tests/manual_test.py --ignore tests/shlib_test --doctest-glob=pkg_resources/api_tests.txt --ignore scripts/upload-old-releases-as-zip.py -norecursedirs=dist build *.egg setuptools/extern +norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern |
