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