diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,5 @@ [pytest] addopts = --doctest-modules norecursedirs = docs +markers = + fs: tests that involve filesystem ios