Ole Streicher pushed to branch master at Debian Python Team / packages / tifffile
Commits: 4456de25 by Ole Streicher at 2020-12-11T10:03:17+01:00 Fix CI test patch - - - - - 1 changed file: - debian/patches/Disable-tests-that-require-remote-files.patch Changes: ===================================== debian/patches/Disable-tests-that-require-remote-files.patch ===================================== @@ -7,7 +7,7 @@ Subject: Disable tests that require remote files 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/test_tifffile.py b/tests/test_tifffile.py -index 10cab28..e246b4c 100644 +index 10cab28..028a933 100644 --- a/tests/test_tifffile.py +++ b/tests/test_tifffile.py @@ -174,7 +174,7 @@ from tifffile.tifffile import ( @@ -15,7 +15,7 @@ index 10cab28..e246b4c 100644 # skip certain tests -SKIP_LARGE = False # skip tests requiring large memory -+SKIP_HUGE = True ++SKIP_LARGE = True # skip tests requiring large memory SKIP_EXTENDED = False SKIP_PUBLIC = False # skip public files SKIP_PRIVATE = False # skip private files View it on GitLab: https://salsa.debian.org/python-team/packages/tifffile/-/commit/4456de25e680c1a0edc2b9208f0aaaad0c383afa -- View it on GitLab: https://salsa.debian.org/python-team/packages/tifffile/-/commit/4456de25e680c1a0edc2b9208f0aaaad0c383afa 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
