From c79766e8e7cbb868c96d85d5d32ae07b9c79ae89137b49d05ab1f9bf3efdbd92 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Sep 2020 06:10:23 +0000 Subject: [PATCH] - update to 0.16.0: - Fix a problem in the constructors of of Parallel backends classes that inherit from the `AutoBatchingMixin` that prevented the dask backend to properly batch short tasks. https://github.com/joblib/joblib/pull/1062 - Fix a problem in the way the joblib dask backend batches calls that would badly interact with the dask callable pickling cache and lead to wrong results or errors. https://github.com/joblib/joblib/pull/1055 - Prevent a dask.distributed bug from surfacing in joblib's dask backend during nested Parallel calls (due to joblib's auto-scattering feature) https://github.com/joblib/joblib/pull/1061 - Workaround for a race condition after Parallel calls with the dask backend that would cause low level warnings from asyncio coroutines: https://github.com/joblib/joblib/pull/1078 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-entrypoint2?expand=0&rev=25 --- python-entrypoint2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-entrypoint2.spec b/python-entrypoint2.spec index e73b60f..4ea3570 100644 --- a/python-entrypoint2.spec +++ b/python-entrypoint2.spec @@ -71,7 +71,7 @@ sed -i -e '/argparse/d' requirements.txt %if %{with test} %check -%pytest tests/test.py +%pytest tests/test_all.py %endif %if !%{with test}