Skip to content

Commit 6c89f97

Browse files
authored
Change python_files in pyproject.toml to a list (#10127)
* Change `python_files` in `pyproject.toml` to a list I was getting a warning from the existing scalar value
1 parent 97f178a commit 6c89f97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ dev = [
7676
"sphinx",
7777
"sphinx_autosummary_accessors",
7878
"xarray[complete,types]",
79-
8079
]
8180

8281
[project.urls]
@@ -362,7 +361,7 @@ markers = [
362361
"slow_hypothesis: slow hypothesis tests",
363362
]
364363
minversion = "7"
365-
python_files = "test_*.py"
364+
python_files = ["test_*.py"]
366365
testpaths = ["xarray/tests", "properties"]
367366

368367
[tool.aliases]

0 commit comments

Comments
 (0)