Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use-local-intersphinx.patch | Link to local documentation when possible | Diane Trout <diane@ghic.org> | no | |||
no-git-in-generate_lower_listing.patch | prevent to query the Git history whatsoever | Daniel Stender <stender@debian.org> | no | <upstream|backport|vendor|other>, <URL, required except if Author is present> | 2018-03-21 | |
doc-no-git.patch | diff --git a/docs/source/_ext/ghfiles.py b/docs/source/_ext/ghfiles.py index 2a71982..72bcbc6 100644 |
no | ||||
32bit_skip_64bit_hashing_tests.patch | Skip tests that depend on matching 64 bit types when on 32bit systems. | Diane Trout <diane@ghic.org> | no | |||
skip-armhf-tests-on-arm64.patch | Debian builds packages on armv7l systems which don't support unaligned memory access and upstream tested for armv7l to avoid the tests that would trigger that problem. Unfortunately Debian runs the CI tests in a 32-bit user space on arm64 machines. The archecture reported on those machines is armv8l and so the skipIf test wasn't being triggered. |
Diane Trout <diane@ghic.org> | yes | |||
use-python3-test-nonsense-gdb-binary.patch | By default Debian doesn't have a python executable installed use the default python3 name instead. upstream issue) |
Diane Trout <diane@ghic.org> | invalid | |||
add-test-tags.patch | Add another tag for tests that depend on their expectation for where compiled_caching should go. Under Debian it ends up trying to write to /usr/lib/python3/dist-packages which doesn't work well. This lets me skip those tests |
Diane Trout <diane@ghic.org> | no | |||
add-gdb-test-check.patch | Try to get some gdb tests to work by requiring NUMBA_OPT=0. Also remove a few very unstable gdb tests |
Diane Trout <diane@ghic.org> | no |