# HG changeset patch # User Ludovic Chabant # Date 1484124707 28800 # Node ID abb8082613962de844f711f76cc4fa0b27af5505 # Parent de9a88073d41763c8064fb6a636efb832871dfe7 cm: Don't find unit tests in `benchmarks`. diff -r de9a88073d41 -r abb808261396 pytest.ini --- a/pytest.ini Sun Oct 25 08:47:53 2015 -0700 +++ b/pytest.ini Wed Jan 11 00:51:47 2017 -0800 @@ -1,3 +1,3 @@ [pytest] -norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args} +norecursedirs = benchmarks .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args}