diff --git a/pyproject.toml b/pyproject.toml index c820c933def..98c3c33aa7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,7 +147,8 @@ select = [ [tool.ruff.isort] known-first-party = ["xarray"] -[tool.pytest.ini-options] +[tool.pytest.ini_options] +addopts = '--strict-markers' filterwarnings = [ "ignore:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning", ]