[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
Sun Jan 15 13:04:28 CET 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to annotated tag 67_bpo8+2
in repository diffoscope.

commit 9c0363a56ce61b34ddd196a67caf0efa855d96ad
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