From: Dominique Belhachemi Date: Wed, 19 Dec 2012 16:43:29 +0000 (-0500) Subject: deactivate pysam tests, it was testing the installed python-pysam vs. samtools packages X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~436 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=61f08b3f5068772f015011923d3ddaf51bb43e1a;p=python-pysam.git deactivate pysam tests, it was testing the installed python-pysam vs. samtools packages --- diff --git a/debian/rules b/debian/rules index a03b739..eb5bc6d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,6 @@ dh $@ --with python2 -override_dh_auto_test: - dh_auto_test - - cd tests && ./pysam_test.py +#override_dh_auto_test: +# dh_auto_test +# - cd tests && ./pysam_test.py