summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-31 16:30:47 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-31 16:30:47 -0500
commitd93c343d2612589b9d9b81b5b038425bb931f5f6 (patch)
treeb9d21aff8e04c51d17bf5fc7711f79c86f6a51f0 /pytest.ini
parent9fed012172521fb5cd8edb75e088fb20ea293387 (diff)
downloadpython-setuptools-bitbucket-d93c343d2612589b9d9b81b5b038425bb931f5f6.tar.gz
Modeling after Astropy's technique for bundling libraries, the imports are now much cleaner. Thanks @embray. Ref #229.
Diffstat (limited to 'pytest.ini')
-rwxr-xr-xpytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 351942f4..bfb4e4f8 100755
--- a/pytest.ini
+++ b/pytest.ini
@@ -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
+norecursedirs=dist build *.egg setuptools/extern