[Python-modules-team] Bug#904944: joblib/0.12.1-1 appears to break dask.distributed/1.21.8+ds.1-1 autopkgtest: __init__() missing 1 required positional argument: 'pickle_cache'

Paul Gevers elbrus at debian.org
Sun Jul 29 20:44:31 BST 2018


Source: joblib, dask.distributed
Version: joblib/0.12.1-1
Version: dask.distributed/1.21.8+ds.1-1
X-Debbugs-CC: debian-ci at lists.debian.org
User: debian-ci at lists.debian.org
Usertags: breaks needs-update

Dear maintainers,

With a recent upload of joblib the autopkgtest of dask.distributed
started to fail in testing. I copied the error below. The regression
isn't visible in unstable history on ci.debian.net as there is the
python3.7 transition going on and the failure of dask.distributed was
only fixed recently and not recorded.

Currently this regression is delaying the migration of joblib to
testing by 10 days. Could you please investigate the situation and
determine which package needs to fix something, and reassign and set
severity appropriately?

More information about this bug and the reason for filing it can be
found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

https://ci.debian.net/data/autopkgtest/testing/amd64/d/dask.distributed/725300/log.gz


=================================== FAILURES
===================================
_________________________ test_joblib_funcname[joblib]
_________________________

joblib = <module 'joblib' from
'/usr/lib/python3/dist-packages/joblib/__init__.py'>

    def test_joblib_funcname(joblib):
        BatchedCalls = joblib.parallel.BatchedCalls
        if LooseVersion(joblib.__version__) <= "0.11.0":
            func = BatchedCalls([(random2,), (random2,)])
        else:
>           func = BatchedCalls([(random2,), (random2,)], None)
E           TypeError: __init__() missing 1 required positional
argument: 'pickle_cache'

/usr/lib/python3/dist-packages/distributed/tests/test_joblib.py:77:
TypeError
=========================== short test summary info
============================

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/python-modules-team/attachments/20180729/84185572/attachment.sig>


More information about the Python-modules-team mailing list