Verified Commit d85e4f42 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

disable a test on i386

parent 0959230f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
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@gmail.com>  Sat, 07 Dec 2019 13:25:33 +0100

python-bx (0.8.5-1) unstable; urgency=medium

  * New upstream version
+5 −5
Original line number Diff line number Diff line
@@ -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/