Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
override-worker-test.patch | override-worker-test | Debian Python Team <team+python@tracker.debian.org> | not-needed | 2020-12-26 | ||
reproducible-version.patch | Use the Debian version for the software version. I think this is a source of non-determinism |
Diane Trout <diane@ghic.org> | not-needed | 2020-12-26 | ||
docs-use-local-images.patch | Patch image links to use local copies | Diane Trout <diane@ghic.org> | no | 2020-12-26 | ||
use-local-intersphinx-inventory.patch | Use the inventory files from other documentation packages. | Diane Trout <diane@ghic.org> | not-needed | 2017-10-12 | ||
use-youtube-nocookie.patch | youtube-nocookie is a little more privacy friendly than regular youtube and is a minor change. | Diane Trout <diane@ghic.org> | not-needed | 2020-12-26 | ||
pytest-asyncio-0.14.patch | Support pytest-asyncio >= 0.14 pytest-asyncio now resets the event_loop_policy after every test. Set it back to AnyThreadEventLoopPolicy() with another hook. |
Stefano Rivera <stefanor@debian.org> | no | 2020-12-28 | ||
use-local-favicon.patch | Point to local favicon.ico file instead of referencing public url | Diane Trout <diane@ghic.org> | not-needed | |||
mark-tests-require-installation.patch | I was manually slisting tests that needed to be but that led to two different confusing lists in the debian/rules and the autopkgtests because many of these tests would run after dask is installed, but can't run while we're still buildling the package. As an experiment I wondered if adding a mark might make this list clearer and easier to maintain. |
Diane Trout <diane@ghic.org> | not-needed | |||
fall-back-to-ipv6-localhost.patch | On Debian Test runners the ivp6 loop back interface is available so dask.distributed thinks it has ipv6 access, but it doesn't have a routable address so the lookup to the well known IPv6 address fails, and the hostname doesn't have an ipv6 address associated with it so the fallback to gethostname() also fails. This adds a further fallback to the name localhost. |
Diane Trout <diane@ghic.org> | invalid | |||
0001-Remove-tests-for-process_time-and-thread_time-4895.patch | Remove tests for `process_time` and `thread_time` (#4895) | James Bourbeau <jrbourbeau@users.noreply.github.com> | no | 2021-06-09 | ||
pass-host-to-local-cluster.patch | [PATCH] Pass `host` through LocalCluster to workers Previously the `host` parameter to `LocalCluster` would only be forwarded to `Scheduler` instances and not `Worker`/`Nanny` instances, leading to workers listening on non-localhost in some configurations. This fixes that and adds a test. |
Jim Crist-Harif <jcristharif@gmail.com> | no | 2021-10-04 | ||
python3.9-compatibility.patch | [PATCH 1/4] Python 3.9 compatibility | Jim Crist-Harif <jcristharif@gmail.com> | yes | upstream | 2020-11-10 |