@@ -39,8 +39,8 @@ include = ["pint/default_en.txt", "pint/constants_en.txt"]
39
39
[project .optional-dependencies ]
40
40
test = [" pytest" , " pytest-cov" , " pytest-subtests" , " pytest-benchmark" ]
41
41
test-mpl = [" pytest-mpl" ]
42
- test-full = [" pint[test, test-mpl]" ]
43
- codspeed = [" pint[test-full ]" , " pytest-codspeed" ]
42
+ test-all = [" pint[test, test-mpl]" ]
43
+ codspeed = [" pint[test-all ]" , " pytest-codspeed" ]
44
44
numpy = [" numpy >= 1.23" ]
45
45
uncertainties = [" uncertainties >= 3.1.6" ]
46
46
babel = [" babel <= 2.8" ]
@@ -49,7 +49,7 @@ xarray = ["xarray"]
49
49
dask = [" dask" ]
50
50
mip = [" mip >= 1.13" ]
51
51
matplotlib = [" matplotlib" ]
52
- full = [
52
+ all = [
53
53
" pint[numpy,uncertainties,babel,pandas,pandas,xarray,dask,mip,matplotlib]" ,
54
54
]
55
55
@@ -92,11 +92,11 @@ lint = { features = ["lint"], no-default-feature = true }
92
92
build = { features = [" build" ], no-default-feature = true }
93
93
typecheck = { features = [" typecheck" ], solve-group = " default" }
94
94
test = { features = [" test" ], solve-group = " default" }
95
- test-full = { features = [" test-full " ], solve-group = " default" }
95
+ test-all = { features = [" test-all " ], solve-group = " default" }
96
96
numpy = { features = [" numpy" ], solve-group = " default" }
97
97
codspeed = { features = [" codspeed" ], solve-group = " default" }
98
- # When pint[full ] works in pixi, this will be easier.
99
- full = { features = [
98
+ # When pint[all ] works in pixi, this will be easier.
99
+ all = { features = [
100
100
" test" ,
101
101
" test-mpl" ,
102
102
" codspeed" ,
@@ -116,9 +116,9 @@ test-py313 = ["test", "py313"]
116
116
test-py311-numpy = [" numpy" , " test" , " py311" ]
117
117
test-py312-numpy = [" numpy" , " test" , " py312" ]
118
118
test-py313-numpy = [" numpy" , " test" , " py313" ]
119
- test-py311-full = [" full " , " test" , " py311" ]
120
- test-py312-full = [" full " , " test" , " py312" ]
121
- test-py313-full = [" full " , " test" , " py313" ]
119
+ test-py311-all = [" all " , " test" , " py311" ]
120
+ test-py312-all = [" all " , " test" , " py312" ]
121
+ test-py313-all = [" all " , " test" , " py313" ]
122
122
123
123
[tool .pixi .feature .dev .dependencies ]
124
124
tomlkit = " *"
0 commit comments