[Git][debian-gis-team/kerchunk][master] 2 commits: Skip autopktests on s390x
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Mar 7 09:57:12 GMT 2026
Antonio Valentino pushed to branch master at Debian GIS Project / kerchunk
Commits:
496ac5d8 by Antonio Valentino at 2026-03-07T09:52:56+00:00
Skip autopktests on s390x
- - - - -
9e932b08 by Antonio Valentino at 2026-03-07T09:53:16+00:00
Set distribution to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/autopkgtest-pkg-pybuild.conf
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+kerchunk (0.2.9-4) unstable; urgency=medium
+
+ * Skip autopkgtests on s390x.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 07 Mar 2026 09:53:01 +0000
+
kerchunk (0.2.9-3) unstable; urgency=medium
* debian/control:
=====================================
debian/rules
=====================================
@@ -19,13 +19,6 @@ and not test_compound_string_null \
and not test_compound_string_encode \
and not test_var
-ifneq (,$(filter $(DEB_BUILD_ARCH),s390x))
-SKIP_ARGS +=\
-and not test_times[time-expected0] \
-and not test_cftimes_to_normal \
-and not test_hrrr_subhf_corrected_grib_tree
-endif
-
export PYBUILD_TEST_ARGS=-v -m "not remotedata" -k "${SKIP_ARGS}" $(CURDIR)/tests
export PYBUILD_AFTER_TEST=${RM} -r {dir}/tests/__pycache__
=====================================
debian/tests/autopkgtest-pkg-pybuild.conf
=====================================
@@ -1 +1 @@
-architecture=!i386
+architecture=!i386 !s390x
View it on GitLab: https://salsa.debian.org/debian-gis-team/kerchunk/-/compare/97318a75a5725c81be4ec42c822790ff6488a050...9e932b0831aab97ef7331f7898092bb4676c7b9b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/kerchunk/-/compare/97318a75a5725c81be4ec42c822790ff6488a050...9e932b0831aab97ef7331f7898092bb4676c7b9b
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/20260307/f77e2c64/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list