diff --git a/pytest.ini b/pytest.ini index 276cddc..478264b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ [pytest] -norecursedirs = docs .* +norecursedirs = build docs .* markers = db: marks tests as using a db (deselect with '-m "not db"') fs: marks tests as using the filesystem (deselect with '-m "not fs"')