Skip to content
Commits on Source (2)
pycorrfit (1.1.6+dfsg-4) unstable; urgency=medium
* Fix typo in d/rules, skip tests only on s390x
-- Alexandre Mestiashvili <mestia@debian.org> Thu, 19 Sep 2019 16:12:39 +0200
pycorrfit (1.1.6+dfsg-3) unstable; urgency=medium
* Skip build-tests on s390x, failing on a buildd, passing on a porter box
......
......@@ -9,7 +9,7 @@ ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
endif
include /usr/share/dpkg/architecture.mk
ifneq ($(DEB_HOST_ARCH),s390x)
ifeq ($(DEB_HOST_ARCH),s390x)
export PYBUILD_TEST_PYTEST=0
endif
......