[diffoscope] 01/01: Clarify comment regarding why we call python3(1) directly. Thanks to Jérémy Bobbio <lunar at debian.org>.
Chris Lamb
chris at chris-lamb.co.uk
Sun Dec 25 16:16:56 CET 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 53c649cef48de11e1584a09795ad890dcdb95eb4
Author: Chris Lamb <lamby at debian.org>
Date: Sun Dec 25 15:15:58 2016 +0000
Clarify comment regarding why we call python3(1) directly. Thanks to Jérémy Bobbio <lunar at debian.org>.
---
tests/comparators/test_dex.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/comparators/test_dex.py b/tests/comparators/test_dex.py
index e4be2fc..fa36ef3 100644
--- a/tests/comparators/test_dex.py
+++ b/tests/comparators/test_dex.py
@@ -34,7 +34,8 @@ dex2 = load_fixture(data('test2.dex'))
def enjarify_version():
# Module enjarify.typeinference appeared in enjarify 1.0.3. We use a call
# directly to the python3 binary over importing with this module to escape
- # virtualenvs, etc.
+ # virtualenvs and to match the behaviour of enjarify(1).
+/usr/bin/enjarify script does.
if subprocess.call(
('python3', '-c', 'import enjarify.typeinference'),
stderr=subprocess.PIPE,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list