Ole Streicher pushed to branch master at Debian Python Team / packages / tifffile
Commits: fc3328db by Ole Streicher at 2020-11-30T10:18:49+01:00 Disable another test that requires remote data - - - - - 95035847 by Ole Streicher at 2020-11-30T10:18:59+01:00 Update changelog for 20201126-2 release - - - - - 2 changed files: - debian/changelog - debian/patches/Disable-tests-that-require-remote-files.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +tifffile (20201126-2) unstable; urgency=medium + + * Disable another test that requires remote data + + -- Ole Streicher <[email protected]> Mon, 30 Nov 2020 10:18:53 +0100 + tifffile (20201126-1) unstable; urgency=medium * New upstream version 20201126 ===================================== debian/patches/Disable-tests-that-require-remote-files.patch ===================================== @@ -3,11 +3,11 @@ Date: Sat, 16 May 2020 18:10:59 +0200 Subject: Disable tests that require remote files --- - tests/test_tifffile.py | 11 +++++++++-- - 1 file changed, 9 insertions(+), 2 deletions(-) + tests/test_tifffile.py | 12 ++++++++++-- + 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/test_tifffile.py b/tests/test_tifffile.py -index 34c1a23..515dec3 100644 +index 34c1a23..9fc1a83 100644 --- a/tests/test_tifffile.py +++ b/tests/test_tifffile.py @@ -173,7 +173,7 @@ from tifffile.tifffile import ( @@ -84,3 +84,11 @@ index 34c1a23..515dec3 100644 def test_write_ome(shape, axes): """Test write OME-TIFF format.""" metadata = {'axes': axes} if axes is not None else {} +@@ -11755,6 +11762,7 @@ def test_write_ome_methods(method): + + + @pytest.mark.parametrize('contiguous', [True, False]) [email protected](reason="remote connection not available") + def test_write_ome_manual(contiguous): + """Test writing OME-TIFF manually.""" + data = numpy.random.randint(0, 255, (19, 31, 21), 'uint8') View it on GitLab: https://salsa.debian.org/python-team/packages/tifffile/-/compare/a604176af4971148b04190bd1b73e3858687bfa3...95035847fd0f7c68ab1275ab52c5faa1d1c1256e -- View it on GitLab: https://salsa.debian.org/python-team/packages/tifffile/-/compare/a604176af4971148b04190bd1b73e3858687bfa3...95035847fd0f7c68ab1275ab52c5faa1d1c1256e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
