[med-svn] [python-pysam] 17/21: Support running tests requiring bcftools

Afif Elghraoui afif at moszumanska.debian.org
Sun Mar 6 07:57:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch master
in repository python-pysam.

commit 0ad90becfb02f4eba079b19d7d4dc0ed99692775
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Mar 5 19:54:21 2016 -0800

    Support running tests requiring bcftools
---
 debian/control | 1 +
 debian/rules   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 8f68115..545c448 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends:
 	cython3 (>= 0.23),
 # Test-Depends
 	samtools (>= 1.3),
+	bcftools (>= 1.3),
 	python-nose,
 	python3-nose,
 Standards-Version: 3.9.7
diff --git a/debian/rules b/debian/rules
index f2c8a22..772305d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ override_dh_install: clean-tests
 
 override_dh_auto_test:
 	cd tests && make -C pysam_data
+	cd tests/cbcf_data && make
 	# dh_auto_test	# unfortunately this does not work out of the box
 			# see https://lists.debian.org/debian-python/2015/07/msg00064.html
 			# thus trying manually with unusual tricks

-- 
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