From 95aed3c54e97222bbf4e4ffc435b6998fee84322 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Thu, 14 Mar 2013 19:20:20 +0100 Subject: [PATCH] Exclude docs directory from test search --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 5f33ed4a..2be72740 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,7 +2,7 @@ addopts = --assert=plain --doctest-modules # Ignore broken files in blackbox test directories -norecursedirs = .* completion refactor +norecursedirs = .* docs completion refactor # Activate `clean_jedi_cache` fixture for all tests. This should be # fine as long as we are using `clean_jedi_cache` as a session scoped