# HG changeset patch # User Ludovic Chabant # Date 1413433107 25200 # Node ID 5effaf1978d03a823fd70ca1ef25962dc95789d1 # Parent 7d2fdf43d7caa99c229d9ef07c90da4d58c7b593 Don't look for tests inside the `build` directory. diff -r 7d2fdf43d7ca -r 5effaf1978d0 pytest.ini --- 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}