diff --git a/pytest.ini b/pytest.ini index 6ee979e..8704a30 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,4 +2,4 @@ # We need this to avoid conflicts between the autoloaded fixture, and the # manually loaded one. addopts = -p no:pytest_swh_scheduler -norecursedirs = docs .* +norecursedirs = build docs .*