summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-23 18:46:40 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-03-23 18:46:40 -0400
commitd83a2165548afbeaafc6b9d39a1dd1f6800290bc (patch)
treed3eabff47fb96666cd961884918b9c463792bd2d /setup.cfg
parent54f9f754be22953ca91714f15d5b2eea29a4036c (diff)
downloadpython-setuptools-git-d83a2165548afbeaafc6b9d39a1dd1f6800290bc.tar.gz
Bypass shlib_test when running tests under pytest
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 1089e353..eb63264c 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,4 +21,4 @@ formats = gztar zip
universal=1
[pytest]
-addopts=--ignore tests/manual_test.py
+addopts=--ignore tests/manual_test.py --ignore tests/shlib_test