summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-23 18:43:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-03-23 18:43:13 -0400
commit791dd99c38c2e56ea048134a5ea80e0d2695ce6f (patch)
tree167f4783095eba0c9c2c10a73fdb45eb85bb1b6e /setup.cfg
parentaf9456df36745f4ac31cb88f09cfcd74566914f0 (diff)
downloadpython-setuptools-bitbucket-791dd99c38c2e56ea048134a5ea80e0d2695ce6f.tar.gz
Bypass the 'manual test' when running with pytest
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 35d93b51..1089e353 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,3 +19,6 @@ formats = gztar zip
[wheel]
universal=1
+
+[pytest]
+addopts=--ignore tests/manual_test.py