summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-11-21 23:18:45 -0800
committerJeff Quast <contact@jeffquast.com>2014-11-21 23:18:45 -0800
commit0d750e588dfbddff49a5af74a278051349aa4e6a (patch)
tree9ef59f3c9c10e30468c68240fa711487ab70069f /setup.cfg
parent184f9c4c6fb9e7033755449812b6532843e356a9 (diff)
downloadpexpect-git-0d750e588dfbddff49a5af74a278051349aa4e6a.tar.gz
Ignore .git folder during test discovery.
On systems with slow hard disks, py.test can seemingly hang for a noticeable while -- because it's crawling the .git/ folder; instruct py.test to ignore it.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..ae62686
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[pytest]
+norecursedirs = .git