[med-svn] [Git][med-team/python-bx][master] disable a test on i386
Michael R. Crusoe
gitlab at salsa.debian.org
Sat Dec 7 12:26:32 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / python-bx
Commits:
d85e4f42 by Michael R. Crusoe at 2019-12-07T12:25:48Z
disable a test on i386
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-bx (0.8.5-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Disable the bx.interval_index_file_tests.test_interval_index_file test on
+ i386 Closes: #944409
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Sat, 07 Dec 2019 13:25:33 +0100
+
python-bx (0.8.5-1) unstable; urgency=medium
* New upstream version
=====================================
debian/rules
=====================================
@@ -11,6 +11,11 @@ export PYBUILD_BEFORE_TEST=cp -r {dir}/test_data {build_dir}/
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+include /usr/share/dpkg/architecture.mk
+ifneq (,$(filter i386,$(DEB_BUILD_ARCH)))
+ export PYBUILD_TEST_ARGS=-e test_interval_index_file
+endif
+
%:
dh $@ --with python3 --buildsystem=pybuild
@@ -22,9 +27,4 @@ override_dh_auto_clean:
# Changes perpetually redone
rm -rf lib/bx_python.egg-info
-# override_dh_install:
-# dh_install --autodest
-# dh_install
-# mkdir -p $(CURDIR)/debian/python3-bx-tools/usr
-# mv $(CURDIR)/debian/python3-bx/usr/bin $(CURDIR)/debian/python3-bx-tools/usr/
View it on GitLab: https://salsa.debian.org/med-team/python-bx/commit/d85e4f421553e0650975c9f130b0b83c9c0ef8e0
--
View it on GitLab: https://salsa.debian.org/med-team/python-bx/commit/d85e4f421553e0650975c9f130b0b83c9c0ef8e0
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/debian-med-commit/attachments/20191207/39e3e154/attachment-0001.html>
More information about the debian-med-commit
mailing list