From 425adafbb9245916d0e38b18fa57141627a8d26c Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Fri, 24 Jul 2015 00:34:29 -0700 Subject: [PATCH] Remove ex1.bam hack since it is apparently being created without it --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index 0a7ac11..9ea8d47 100755 --- a/debian/rules +++ b/debian/rules @@ -23,8 +23,6 @@ override_dh_auto_clean: clean-tests dh_auto_clean override_dh_auto_test: - # Tests are stumbling upon missing ex1.bam file ... - ln -s pysam_data/ex1.bam tests cd tests && make -C pysam_data # dh_auto_test # unfortunately this does not work out of the box # see https://lists.debian.org/debian-python/2015/07/msg00064.html @@ -37,8 +35,6 @@ override_dh_auto_test: PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="cd tests && if [ {version} = 2.7 ] ; then nosetests -s ; else nosetests3 -s -v ; fi" dh_auto_test || \ echo "Ignoring test failures" - # remove ex1.bam that was created above - rm -f tests/ex1.bam # The so-symlinks above need to be removed - otherwise dh_python3 will fail find .pybuild -type l -name "*.so" -delete -- 2.30.2