[diffoscope] 02/03: d/rules: skip test_openssh_pub_key tests, as openssh in jessie has an incompatible output
Mattia Rizzolo
mattia at debian.org
Wed Jan 4 18:35:13 CET 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to annotated tag 66_bpo8+1
in repository diffoscope.
commit 1c14d5614045298b97296ca40b971a50bca66996
Author: Mattia Rizzolo <mattia at debian.org>
Date: Wed Jan 4 18:24:04 2017 +0100
d/rules: skip test_openssh_pub_key tests, as openssh in jessie has an incompatible output
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 47ce3b7..4dec226 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ endif
export PATH := $(CURDIR)/bin:$(PATH)
export PYBUILD_DESTDIR = debian/diffoscope
-export PYBUILD_TEST_ARGS = -vv -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html
+export PYBUILD_TEST_ARGS = -vv -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html -k "not test_openssh_pub_key"
export PYBUILD_AFTER_TEST = debian/tests/basic-command-line
export PYBUILD_AFTER_INSTALL=rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list