[Git][debian-gis-team/python-shapely][master] Only ignore test failures on mips*el.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Jul 18 11:33:09 BST 2023



Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely


Commits:
fd9a6a36 by Bas Couwenberg at 2023-07-18T12:32:55+02:00
Only ignore test failures on mips*el.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-shapely (2.0.1-3) UNRELEASED; urgency=medium
+
+  * Only ignore test failures on mips*el.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 18 Jul 2023 12:32:36 +0200
+
 python-shapely (2.0.1-2) unstable; urgency=medium
 
   * Use autopkgtest-pkg-pybuild testsuite.


=====================================
debian/rules
=====================================
@@ -17,7 +17,7 @@ include /usr/share/dpkg/architecture.mk
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel s390x hppa ppc64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el mipsel))
 	dh_auto_test || echo "Ignoring test failures"
 else
 	dh_auto_test


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



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/fd9a6a36be597bacdf2103148acc212067a12c26

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/fd9a6a36be597bacdf2103148acc212067a12c26
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/20230718/7b359ab3/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list