* Standards-Version: 4.1.0 (no changes needed)
* Apply upstream patch to fix test suite
Closes: #871083, #834856
+ * Use pytest instead of nosetest
[ Afif Elghraoui ]
* New upstream version
export HTSLIB_LIBRARY_DIR=$(HTSLIBDIR)
export HTSLIB_INCLUDE_DIR=/usr/include
-export PYBUILD_TEST_NOSE=1
-# pybuild calls nosetests as `python{version} -m nose tests`
-#
-# The "tests" argument (passed by pybuild as shown above) fails,
-# so don't pass anything:
-export PYBUILD_TEST_ARGS=
-# This is how we pass parameters to nose without command-line flags
-export NOSE_WHERE=$(CURDIR)/tests
-export NOSE_VERBOSE=2
-export NOSE_NOCAPTURE=1
-
# DEB_BUILD_OPTIONS := nocheck
clean: clean-tests