diff --git a/pytest.ini b/pytest.ini index b2ee0d8e..d2da07a5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,7 +3,7 @@ addopts = --doctest-modules # Ignore broken files in blackbox test directories norecursedirs = .* jedi/third_party scripts docs - test/completion test/refactor test/static_analysis + test/completion test/refactor test/static_analysis test/examples # 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