diff --git a/pyproject.toml b/pyproject.toml index fa89e3c7a8a..6b45aef89e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,6 @@ dev = [ "sphinx", "sphinx_autosummary_accessors", "xarray[complete,types]", - ] [project.urls] @@ -362,7 +361,7 @@ markers = [ "slow_hypothesis: slow hypothesis tests", ] minversion = "7" -python_files = "test_*.py" +python_files = ["test_*.py"] testpaths = ["xarray/tests", "properties"] [tool.aliases]