Sandro Tosi pushed to branch master at Debian Med / python-pysam
Commits: d0283288 by Sandro Tosi at 2020-04-13T23:49:00-04:00 Dont run unittests for python2 binary, to reduce pytest rdeps - - - - - dbddf222 by Sandro Tosi at 2020-04-13T23:49:04-04:00 releasing package python-pysam version 0.15.4+ds-2 - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +python-pysam (0.15.4+ds-2) unstable; urgency=medium + + * Dont run unittests for python2 binary, to reduce pytest rdeps + + -- Sandro Tosi <[email protected]> Mon, 13 Apr 2020 23:49:01 -0400 + python-pysam (0.15.4+ds-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -19,7 +19,6 @@ Build-Depends: debhelper-compat (= 12), 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 ===================================== debian/rules ===================================== @@ -18,6 +18,7 @@ export HTSLIB_INCLUDE_DIR=/usr/include # 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 %: ===================================== debian/tests/control ===================================== @@ -1,7 +1,3 @@ -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 View it on GitLab: https://salsa.debian.org/med-team/python-pysam/-/compare/40c8a6ca0a142f745a316ca88ecf606102b7d9a8...dbddf22211e3c9671b8e3cafcbe5a975fcf22b35 -- View it on GitLab: https://salsa.debian.org/med-team/python-pysam/-/compare/40c8a6ca0a142f745a316ca88ecf606102b7d9a8...dbddf22211e3c9671b8e3cafcbe5a975fcf22b35 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
