Ole Streicher pushed to branch master at Debian Python Team / DPMT / tifffile
Commits: b93452a5 by Ole Streicher at 2020-05-17T10:53:27+02:00 Add gitlab-ci file - - - - - 2 changed files: - + debian/gitlab-ci.yml - debian/patches/Disable-tests-that-require-remote-files.patch Changes: ===================================== debian/gitlab-ci.yml ===================================== @@ -0,0 +1,8 @@ + +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' + \ No newline at end of file ===================================== debian/patches/Disable-tests-that-require-remote-files.patch ===================================== @@ -3,13 +3,22 @@ Date: Sat, 16 May 2020 18:10:59 +0200 Subject: Disable tests that require remote files --- - tests/test_tifffile.py | 2 ++ - 1 file changed, 2 insertions(+) + tests/test_tifffile.py | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_tifffile.py b/tests/test_tifffile.py -index 1e2a11f..91b9b38 100644 +index 1e2a11f..6682b04 100644 --- a/tests/test_tifffile.py +++ b/tests/test_tifffile.py +@@ -156,7 +156,7 @@ from tifffile.tifffile import ( + ) + + # skip certain tests +-SKIP_HUGE = False ++SKIP_HUGE = True + SKIP_EXTENDED = False + SKIP_ROUNDTRIPS = False + SKIP_PUBLIC = False # skip public files @@ -370,6 +370,7 @@ def test_issue_legacy_kwargs(): pass View it on GitLab: https://salsa.debian.org/python-team/modules/tifffile/-/commit/b93452a5f8b5783d9caa65381a567a70d2ef1af8 -- View it on GitLab: https://salsa.debian.org/python-team/modules/tifffile/-/commit/b93452a5f8b5783d9caa65381a567a70d2ef1af8 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
