From: Andreas Tille Date: Wed, 15 Jul 2015 12:09:48 +0000 (+0200) Subject: Add nosetest build time testing (but zero tests executed - ask at debian-python list) X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~300 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a86a85612789a6a7a60fe6b1ae4b8720dfffa638;p=python-pysam.git Add nosetest build time testing (but zero tests executed - ask at debian-python list) --- diff --git a/debian/control b/debian/control index 0bca2d4..6c8069a 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,11 @@ Build-Depends: debhelper (>= 9), python-all-dev, python-setuptools, cython, + python-nose, python3-all-dev, python3-setuptools, - cython3 + cython3, + python3-nose Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/python-pysam.git Vcs-Git: git://anonscm.debian.org/debian-med/python-pysam.git diff --git a/debian/rules b/debian/rules index 5f45fc3..2e5d279 100755 --- a/debian/rules +++ b/debian/rules @@ -18,5 +18,8 @@ override_dh_auto_clean: dh_auto_clean $(MAKE) -C tests/pysam_data clean +override_dh_auto_test: + dh_auto_test -- -s custom --test-args='{interpreter} setup.py nosetests' + get-orig-source: uscan --verbose --force-download --repack --compression xz