Package: pydicom / 2.4.3-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| pydicom | 2.4.3-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| deb_no_unicode | (download) |
pydicom/tests/test_filereader.py |
2 1 + 1 - 0 ! |
disable unicode filenames handling Unicode+Python in a minimal debian env without locales configured and code insisting on non-ascii encodable filenames is the task for masocists.. thus cheated for today Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ |
| ignore_tests_downloading_data.patch | (download) |
pydicom/tests/test_JPEG_LS_transfer_syntax.py |
11 6 + 5 - 0 ! |
several data files need to be downloaded which is not possible at package build time
Thus the downloading and the according tests are removed here
|
| ignore_tests_with_wrong_gdcm_usage.patch | (download) |
pydicom/tests/test_gdcm_pixel_data.py |
22 21 + 1 - 0 ! |
ignore test due to wrong gdcm usage. See https://lists.debian.org/debian-med/2021/12/msg00061.html |
| sphinx_no_git.patch | (download) |
build_tools/sphinx/github_link.py |
2 1 + 1 - 0 ! |
we are not in a git repository thus prevent sphinx from assuming we are |
| skip i386 incapable tests.patch | (download) |
pydicom/tests/test_fileset.py |
4 4 + 0 - 0 ! |
skip tests impoosible to run on 32-bit architectures.
This patch prevents running into the following errors by stopping the
test just before the error condition:
.
> assert 36**6 + 1 == len(fs)
E OverflowError: cannot fit 'int' into an index-sized integer
|
