cloudpipe/cloudpickle

CI configuration to run the tests of PySpark against development version of cloudpickle

Open

#237 opened on Jan 29, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (1,407 stars) (152 forks)batch import
enhancementhelp wanted

Description

In the recently merged #236, @pierreglaser added the ability to launch the tests of some downstream projects (loky, joblib and dask/distributed) in order to be able to detect whether if a specific PR is likely to introduce a regression in downstream project just by adding the [ci downstream] flag in a commit message of the last commit of the PR.

It would be great to add the build configuration to launch the PySpark test suite in a similar manner.

Contributor guide