[Git][debian-gis-team/rasterio][master] Don't ignore test failures on armel.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Oct 19 17:35:08 BST 2023



Bas Couwenberg pushed to branch master at Debian GIS Project / rasterio


Commits:
3055d445 by Bas Couwenberg at 2023-10-19T18:34:54+02:00
Don't ignore test failures on armel.

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- debian/tests/autopkgtest-pkg-pybuild.conf


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+rasterio (1.3.9-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Don't ignore test failures on armel.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 19 Oct 2023 18:33:47 +0200
+
 rasterio (1.3.9-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -42,7 +42,7 @@ export PYBUILD_TEST_ARGS=--ignore tests/test_env.py \
 
 override_dh_auto_test:
 # Ignore test failures on problematic architectures only
-ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips64el mipsel alpha hurd-i386 i64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 sparc64 x32))
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel alpha hurd-i386 i64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 sparc64 x32))
 	dh_auto_test || echo "Ignoring test failures"
 else
 	dh_auto_test


=====================================
debian/tests/autopkgtest-pkg-pybuild.conf
=====================================
@@ -1 +1 @@
-architecture=!armel !mips64el !mipsel
+architecture=!mips64el !mipsel



View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/3055d4458436bdf0adb94afa020aa4f920c2c726

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/3055d4458436bdf0adb94afa020aa4f920c2c726
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/20231019/0aee446b/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list