Skip to content

Commit 3875b21

Browse files
authored
Merge pull request #38076 from Abacn/fixdask
Fix type in dask runner tox target
2 parents c1e44fb + 6756b12 commit 3875b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ commands =
151151
bash {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}"
152152

153153
[testenv:py{310,311,312,313,314}-dask]
154-
extras = test,dask,dataframes
154+
extras = test,dask,dataframe
155155
commands_pre =
156156
pip install 'distributed>=2024.4.2' 'dask>=2024.4.2'
157157
commands =

0 commit comments

Comments
 (0)