changeset 106:5effaf1978d0

Don't look for tests inside the `build` directory.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 15 Oct 2014 21:18:27 -0700
parents 7d2fdf43d7ca
children 10fc9c8bf682
files pytest.ini
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pytest.ini	Wed Sep 17 21:49:25 2014 -0700
+++ b/pytest.ini	Wed Oct 15 21:18:27 2014 -0700
@@ -1,3 +1,3 @@
 [pytest]
-norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args}
+norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist build node_modules venv tmp* {args}