From: Afif Elghraoui Date: Thu, 10 Mar 2016 07:43:34 +0000 (-0800) Subject: Update autopkgtest command and dependencies X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~231 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=13efc4eae9bb2ec7b182e67a2ca1bfa3584d98bc;p=python-pysam.git Update autopkgtest command and dependencies --- diff --git a/debian/tests/control b/debian/tests/control index 93d060a..4649fb3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,7 +1,23 @@ -Test-Command: cd tests && make -C pysam_data && nosetests --nocapture -v -Depends: python-pysam, python-nose, samtools, make, cython, gcc, python-dev +Test-Command: cd tests && make -C pysam_data && make -C cbcf_data && nosetests --nocapture -v +Depends: + build-essential, + cython, + python-dev, + python-pysam, + python-nose, + tabix, + samtools, + bcftools Restrictions: allow-stderr, rw-build-tree -Test-Command: cd tests && make -C pysam_data && nosetests3 --nocapture -v -Depends: python3-pysam, python3-nose, samtools, make, cython3, gcc, python3-dev +Test-Command: cd tests && make -C pysam_data && make -C cbcf_data && nosetests3 --nocapture -v +Depends: + build-essential, + cython3, + python3-dev, + python3-pysam, + python3-nose, + tabix, + samtools, + bcftools Restrictions: allow-stderr, rw-build-tree