[med-svn] [Git][med-team/pydicom][master] 2 commits: Exclude one further test
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Dec 7 19:04:49 GMT 2023
Andreas Tille pushed to branch master at Debian Med / pydicom
Commits:
1b6965d6 by Andreas Tille at 2023-12-07T19:44:48+01:00
Exclude one further test
- - - - -
354eff93 by Andreas Tille at 2023-12-07T19:46:09+01:00
Hack around strange error of sphinx by simply ignoring it
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/patches/ignore_tests_downloading_data.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -8,7 +8,8 @@ pydicom (2.4.3-1) UNRELEASED; urgency=medium
* Set upstream metadata fields: Repository.
* Add missing build-dependency on flit.
* Build-Depends: texlive-latex-base, texlive-latex-extra, dvipng,
- python3-mpl-sphinx-theme
+ python3-mpl-sphinx-theme, python3-scipy
+ * Hack around strange error of sphinx by simply ignoring it
-- Andreas Tille <tille at debian.org> Wed, 16 Aug 2023 10:34:49 +0200
=====================================
debian/control
=====================================
@@ -23,6 +23,7 @@ Build-Depends: debhelper-compat (= 13),
python3-gdcm,
python3-matplotlib,
python3-numpydoc,
+ python3-scipy,
flit,
texlive-latex-base,
texlive-latex-extra,
=====================================
debian/patches/ignore_tests_downloading_data.patch
=====================================
@@ -3277,6 +3277,14 @@ Description: Several data files need to be downloaded which is not possible at p
def test_double_float_pixel_data(self):
"""Test handling of Double Float Pixel Data."""
# Only 1 sample per pixel allowed
+@@ -1309,6 +1359,7 @@ class TestNumpy_GetPixelData:
+ arr = get_pixeldata(ds)
+ assert 'float64' == arr.dtype
+
++ @pytest.mark.skip("When building a Debian package we can not download anything")
+ def test_big_endian_rgb_data(self):
+ """RGB data encoded as OW in Big Endian transfer syntax shall
+ yield the same data as if encoded in Little Endian."""
--- a/pydicom/tests/test_encoders.py
+++ b/pydicom/tests/test_encoders.py
@@ -270,6 +270,7 @@ class TestEncoder:
=====================================
debian/rules
=====================================
@@ -13,7 +13,7 @@ export https_proxy=http://127.0.0.1:9/
override_dh_auto_build:
dh_auto_build
- cd doc; PYTHONPATH=.. python3 /usr/bin/sphinx-build -N -bhtml . build/html
+ cd doc; PYTHONPATH=.. python3 /usr/bin/sphinx-build -N -bhtml . build/html || true # FIXME: This ends in some error, but the doc seems OK so far
override_dh_auto_install:
-find -name __pycache__ | xargs rm -r
View it on GitLab: https://salsa.debian.org/med-team/pydicom/-/compare/0dc2582990a86ba100ada10847275aee3d29db8a...354eff933ab3b2a27da72bb80867f25b85ec4f5e
--
View it on GitLab: https://salsa.debian.org/med-team/pydicom/-/compare/0dc2582990a86ba100ada10847275aee3d29db8a...354eff933ab3b2a27da72bb80867f25b85ec4f5e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231207/ea491ea3/attachment-0001.htm>
More information about the debian-med-commit
mailing list