+python-pysam (0.15.4+ds-2) UNRELEASED; urgency=medium
+
+ * Dont run unittests for python2 binary, to reduce pytest rdeps
+
+ -- Sandro Tosi <morph@debian.org> Mon, 13 Apr 2020 23:41:08 -0400
+
python-pysam (0.15.4+ds-1) unstable; urgency=medium
* Team upload.
tabix <!nocheck>,
samtools (>= 1.9) <!nocheck>,
bcftools (>= 1.9) <!nocheck>,
- python-pytest <!nocheck>,
python3-pytest <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/python-pysam
# unfortunately this does not work - any hint to fix this would be really welcome
#export PYBUILD_TEST_ARGS_python2=-k-XTestRemoteFileHTTP -k-XTestRemoteFileHTTPWithHeader
#export PYBUILD_TEST_ARGS_python3=-k-XTestRemoteFileHTTP -k-XTestRemoteFileHTTPWithHeader
+export PYBUILD_DISABLE_python2=test
clean: clean-tests
%:
-Test-Command: export HOME=$PWD && make -C tests/pysam_data && make -C tests/cbcf_data && pytest || true
-Depends: @builddeps@, python-pysam
-Restrictions: allow-stderr, rw-build-tree
-
Test-Command: export HOME=$PWD && make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3 || true
Depends: @builddeps@, python3-pysam,
Restrictions: allow-stderr, rw-build-tree