This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository python-pysam.
commit 21ea7ea4f685b300573c591d2cce2f7afdc0b456 Author: Afif Elghraoui <[email protected]> Date: Sun Jun 19 18:41:50 2016 -0700 Fix autopkgtests They were missing dependencies (needed for the compile_test). The home directory needed to be moved in order to avoid a "permission denied" error.. --- debian/tests/control | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 4649fb3..0525d36 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,8 +1,10 @@ -Test-Command: cd tests && make -C pysam_data && make -C cbcf_data && nosetests --nocapture -v +Test-Command: export HOME=$ADTTMP; cd tests && make -C pysam_data && make -C cbcf_data && nosetests --nocapture -v Depends: build-essential, cython, python-dev, + libhts-dev, + zlib1g-dev, python-pysam, python-nose, tabix, @@ -10,11 +12,13 @@ Depends: bcftools Restrictions: allow-stderr, rw-build-tree -Test-Command: cd tests && make -C pysam_data && make -C cbcf_data && nosetests3 --nocapture -v +Test-Command: export HOME=$ADTTMP; cd tests && make -C pysam_data && make -C cbcf_data && nosetests3 --nocapture -v Depends: build-essential, cython3, python3-dev, + libhts-dev, + zlib1g-dev, python3-pysam, python3-nose, tabix, -- 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
