alxmrs commented on code in PR #32941:
URL: https://github.com/apache/beam/pull/32941#discussion_r1831973785
##########
sdks/python/tox.ini:
##########
@@ -109,9 +109,15 @@ commands =
bash {toxinidir}/scripts/run_pytest.sh {envname} "{posargs}"
[testenv:py{39,310,311,312}-dask]
-extras = test,dask
+extras = test,dask,dataframes
+commands_pre =
+ # FIXME(cisaacstern): remove this block before merge. Adding for now to get
tests to pass in
+ # CI during development. See related note in setup.py; `distributed` needs
to be installed
+ # before `dask` for development env to work correctly.
+ pip install 'distributed==2023.12.1'
+ pip install -U 'dask @
git+https://github.com/cisaacstern/dask.git@tokenize-bag-groupby-key'
Review Comment:
Thanks for catching this!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]