From 0ad90becfb02f4eba079b19d7d4dc0ed99692775 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Sat, 5 Mar 2016 19:54:21 -0800 Subject: [PATCH] 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 -- 2.30.2