[med-svn] [python-pysam] 04/08: Remove ex1.bam hack since it is apparently being created without it
Afif Elghraoui
afif-guest at moszumanska.debian.org
Fri Jul 24 08:07:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pysam.
commit 425adafbb9245916d0e38b18fa57141627a8d26c
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Fri Jul 24 00:34:29 2015 -0700
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git
More information about the debian-med-commit
mailing list