diff --git a/pytest.ini b/pytest.ini index 2c67ec4..3c9dea1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -norecursedirs = docs .* +norecursedirs = build docs .* markers = fs: execute tests that write to the filesystem