[Git][debian-gis-team/python-pyproj][master] Ignore test failures on i386, hppa & hurd-i386.

Bas Couwenberg gitlab at salsa.debian.org
Sun Mar 10 20:04:04 GMT 2019


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


Commits:
511e6080 by Bas Couwenberg at 2019-03-10T20:03:58Z
Ignore test failures on i386, hppa & hurd-i386.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-pyproj (2.0.1+ds-1~exp2) UNRELEASED; urgency=medium
+
+  * Ignore test failures on i386, hppa & hurd-i386.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 10 Mar 2019 21:03:31 +0100
+
 python-pyproj (2.0.1+ds-1~exp1) experimental; urgency=medium
 
   * New upstream release.


=====================================
debian/rules
=====================================
@@ -13,6 +13,8 @@ export PYBUILD_NAME=pyproj
 export PROJ_DIR=/usr
 export PROJ_LIB=/usr/share/proj
 
+include /usr/share/dpkg/architecture.mk
+
 %:
 	dh $@ \
 		--with python2,python3 \
@@ -21,10 +23,16 @@ export PROJ_LIB=/usr/share/proj
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hppa hurd-i386))
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} {interpreter} /usr/bin/nose2 -v" \
+	dh_auto_test || echo "Ignoring test failures"
+else
 	PYBUILD_SYSTEM=custom \
 	PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} {interpreter} /usr/bin/nose2 -v" \
 	dh_auto_test
 endif
+endif
 
 override_dh_install:
 	dh_install --list-missing



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/commit/511e60806488a321052b8e708b0f037af7a0e2f2

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/commit/511e60806488a321052b8e708b0f037af7a0e2f2
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/20190310/b34a6b7e/attachment-0001.html>


More information about the Pkg-grass-devel mailing list