[Git][debian-gis-team/satpy][master] 2 commits: Skip regrassion tests on arm64

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sun Feb 4 18:04:00 GMT 2024



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


Commits:
141157e2 by Antonio Valentino at 2024-02-04T18:03:12+00:00
Skip regrassion tests on arm64

- - - - -
371ab0e5 by Antonio Valentino at 2024-02-04T18:03:38+00:00
Set distribution to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+satpy (0.46.0-3) unstable; urgency=medium
+
+  * debian/rules:
+    - Skip regression tests on arm64 (excessive resources needed).
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 04 Feb 2024 18:03:23 +0000
+
 satpy (0.46.0-2) unstable; urgency=medium
 
   * debian/patches:


=====================================
debian/rules
=====================================
@@ -50,6 +50,10 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),armhf))
 export PYBUILD_DISABLE=test
 endif
 
+ifneq (,$(filter $(DEB_BUILD_ARCH),arm64))
+export PYBUILD_TEST_ARGS=$(PYBUILD_TEST_ARGS) --ignore=${TESTDIR}/test_regressions.py
+endif
+
 %:
 	dh $@ --buildsystem=pybuild
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/cc96bb56847fcce3bc63b173278429d5be0cf67c...371ab0e521273f14449bcc17f0a6fd9fbc55406f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/cc96bb56847fcce3bc63b173278429d5be0cf67c...371ab0e521273f14449bcc17f0a6fd9fbc55406f
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/20240204/1506a3e6/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list