[Git][debian-gis-team/pylibtiff][master] Skip tests requiring a large amount on memory

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Wed Aug 16 15:40:57 BST 2023



Antonio Valentino pushed to branch master at Debian GIS Project / pylibtiff


Commits:
f8d71e0f by Antonio Valentino at 2023-08-16T14:40:40+00:00
Skip tests requiring a large amount on memory

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pylibtiff (0.5.1-6) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - Skip tests requiring a large amount of memory.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Wed, 16 Aug 2023 14:39:01 +0000
+
 pylibtiff (0.5.1-5) unstable; urgency=medium
 
   [ Bas Couwenberg ]


=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ export SETUPTOOLS_SCM_PRETEND_VERSION = $(UPSTREAM_VERSION)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/{install_dir}/libtiff/src
 export PYBUILD_DISABLE=clean
-export PYBUILD_TEST_ARGS=$(CURDIR)/libtiff/tests
+export PYBUILD_TEST_ARGS=-k "not test_issue19" $(CURDIR)/libtiff/tests
 ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel s390x ppc64 hppa))
 export PYBUILD_DISABLE=test
 endif



View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/-/commit/f8d71e0ff33b243e00741eeada7cfba26abf9302

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pylibtiff/-/commit/f8d71e0ff33b243e00741eeada7cfba26abf9302
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/pkg-grass-devel/attachments/20230816/246c0f64/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list