diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-23 18:43:13 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-23 18:43:13 -0400 |
commit | 54f9f754be22953ca91714f15d5b2eea29a4036c (patch) | |
tree | b3c1a3c493bf078dbef934fb70f099e1c433b3c1 | |
parent | e7515f5680840bb1f8303b781942a1b2ec14ed79 (diff) | |
download | external_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-x | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,3 +19,6 @@ formats = gztar zip [wheel] universal=1 + +[pytest] +addopts=--ignore tests/manual_test.py |