This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-pybedtools.
commit f2ad9e590dd66dd14d811c1e5c1995062d6e2278 Author: Andreas Tille <[email protected]> Date: Wed Nov 8 09:26:08 2017 +0100 Provide link to upstream issue for failed test --- debian/changelog | 6 ++++++ debian/rules | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index ab67fba..29a02c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pybedtools (0.7.10-2) UNRELEASED; urgency=medium + + * Provide link to upstream issue for failed test + + -- Andreas Tille <[email protected]> Wed, 08 Nov 2017 09:25:08 +0100 + python-pybedtools (0.7.10-1) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 45927d2..6d4b1bd 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ DH_VERBOSE := 1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=pybedtools export MATPLOTLIBRC=$(CURDIR)/debian/ +# test_issue_178 fails, issue opened at upstream +# https://github.com/daler/pybedtools/issues/227 export PYBUILD_TEST_ARGS=--attr '!url' --exclude='(test_issue_178)' export PYBUILD_BEFORE_TEST=cp {dir}/debian/mpl-expected.png {build_dir}/pybedtools/test/ export HOME=$(shell echo $$PWD"/fakehome") -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pybedtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
