This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository python-pysam.
commit e064c0d6484765623efb2509bc655519b5e2a5b9 Author: Afif Elghraoui <[email protected]> Date: Fri Oct 6 23:06:49 2017 -0400 Update autopkgtest for new test suite driver --- debian/tests/control | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 0525d36..638647a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,27 +1,11 @@ -Test-Command: export HOME=$ADTTMP; cd tests && make -C pysam_data && make -C cbcf_data && nosetests --nocapture -v +Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest Depends: - build-essential, - cython, - python-dev, - libhts-dev, - zlib1g-dev, + @builddeps@, python-pysam, - python-nose, - tabix, - samtools, - bcftools Restrictions: allow-stderr, rw-build-tree -Test-Command: export HOME=$ADTTMP; cd tests && make -C pysam_data && make -C cbcf_data && nosetests3 --nocapture -v +Test-Command: make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3 Depends: - build-essential, - cython3, - python3-dev, - libhts-dev, - zlib1g-dev, + @builddeps@, python3-pysam, - python3-nose, - tabix, - samtools, - bcftools Restrictions: allow-stderr, rw-build-tree -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
