Skip to content

Commit 0a2215d

Browse files
committed
udate precommit
1 parent 100a134 commit 0a2215d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ optional-dependencies.all = [
6767
"entrypoints",
6868
"numpy",
6969
"pyproj",
70+
"pytest",
7071
"pyyaml",
7172
"requests",
7273
"s3fs",
@@ -82,9 +83,6 @@ optional-dependencies.create = [
8283
"pyproj",
8384
]
8485

85-
optional-dependencies.test = [
86-
"pytest",
87-
]
8886
optional-dependencies.dev = [
8987
"boto3",
9088

@@ -111,6 +109,9 @@ optional-dependencies.remote = [
111109
"requests",
112110
"s3fs",
113111
]
112+
optional-dependencies.test = [
113+
"pytest",
114+
]
114115
urls.Documentation = "https://anemoi-datasets.readthedocs.io/"
115116
urls.Homepage = "https://github.com/ecmwf/anemoi-datasets/"
116117
urls.Issues = "https://github.com/ecmwf/anemoi-datasets/issues"

0 commit comments

Comments
 (0)