aboutsummaryrefslogtreecommitdiffstats
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
commit54f9f754be22953ca91714f15d5b2eea29a4036c (patch)
treeb3c1a3c493bf078dbef934fb70f099e1c433b3c1
parente7515f5680840bb1f8303b781942a1b2ec14ed79 (diff)
downloadexternal_python_setuptools-54f9f754be22953ca91714f15d5b2eea29a4036c.tar.gz
external_python_setuptools-54f9f754be22953ca91714f15d5b2eea29a4036c.tar.bz2
external_python_setuptools-54f9f754be22953ca91714f15d5b2eea29a4036c.zip
Bypass the 'manual test' when running with pytest
-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