[diffoscope] 01/01: Remove debugging print from tool_older_than
Ximin Luo
infinity0 at debian.org
Sat Aug 13 16:59:55 CEST 2016
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository diffoscope.
commit 508cdaa413f89bd3f199ad95705248f525a32cc9
Author: Ximin Luo <infinity0 at debian.org>
Date: Sat Aug 13 16:59:43 2016 +0200
Remove debugging print from tool_older_than
---
tests/comparators/conftest.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/comparators/conftest.py b/tests/comparators/conftest.py
index 7fec7e5..efdcb20 100644
--- a/tests/comparators/conftest.py
+++ b/tests/comparators/conftest.py
@@ -34,7 +34,6 @@ def tool_missing(cmd):
def tool_older_than(cmdline, min_ver, vcls=StrictVersion):
actual_ver = subprocess.check_output(cmdline).decode("utf-8").strip()
- print(actual_ver, min_ver, vcls)
return vcls(actual_ver) < vcls(min_ver)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list