Skip to content

Commit f5e4469

Browse files
committed
Fix pytest markers
My mistake from pydata#8183. I added `--strict-markers` so we can't make this sort of mistake again.
1 parent e00e31b commit f5e4469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ select = [
147147
[tool.ruff.isort]
148148
known-first-party = ["xarray"]
149149

150-
[tool.pytest.ini-options]
150+
[tool.pytest.ini_options]
151+
addopts = '--strict-markers'
151152
filterwarnings = [
152153
"ignore:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
153154
]

0 commit comments

Comments
 (0)