File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ dependencies = [
32
32
' zstandard' ,
33
33
' typing_extensions' ,
34
34
' donfig' ,
35
- ' pytest'
36
35
]
37
36
dynamic = [
38
37
" version" ,
@@ -55,6 +54,22 @@ license = {text = "MIT License"}
55
54
keywords = [" Python" , " compressed" , " ndimensional-arrays" , " zarr" ]
56
55
57
56
[project .optional-dependencies ]
57
+ test = [
58
+ " coverage" ,
59
+ " pytest" ,
60
+ " pytest-cov" ,
61
+ " msgpack" ,
62
+ " lmdb" ,
63
+ " s3fs" ,
64
+ " pytest-asyncio" ,
65
+ " moto[s3]" ,
66
+ " flask-cors" ,
67
+ " flask" ,
68
+ " requests" ,
69
+ " mypy" ,
70
+ " hypothesis"
71
+ ]
72
+
58
73
jupyter = [
59
74
' notebook' ,
60
75
' ipytree>=0.2.2' ,
@@ -108,22 +123,7 @@ dependencies = [
108
123
" numpy~={matrix:numpy}" ,
109
124
" universal_pathlib"
110
125
]
111
- extra-dependencies = [
112
- " coverage" ,
113
- " pytest" ,
114
- " pytest-cov" ,
115
- " msgpack" ,
116
- " lmdb" ,
117
- " s3fs" ,
118
- " pytest-asyncio" ,
119
- " moto[s3]" ,
120
- " flask-cors" ,
121
- " flask" ,
122
- " requests" ,
123
- " mypy" ,
124
- " hypothesis"
125
- ]
126
- features = [" extra" ]
126
+ features = [" test" , " extra" ]
127
127
128
128
[[tool .hatch .envs .test .matrix ]]
129
129
python = [" 3.10" , " 3.11" , " 3.12" ]
You can’t perform that action at this time.
0 commit comments