Skip to content

Commit

Permalink
Fix pytest markers
Browse files Browse the repository at this point in the history
My mistake from pydata#8183. I added `--strict-markers` so we can't make this sort of mistake again.
  • Loading branch information
max-sixty committed Sep 15, 2023
1 parent e00e31b commit f5e4469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit f5e4469

Please sign in to comment.