From 159505a28864399cc5405d9f85f35ab011a3259e Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 30 Mar 2017 14:58:29 +0200 Subject: python: Fix skipping tests if running with GnuPG < 2.1.12. * final.py: Import 'support.py' for the side-effect of checking the GnuPG version. * t-data.py: Likewise. * t-protocol-assuan.py: Likewise. * t-wrapper.py: Likewise. * t-callbacks.py: Avoid warning about 'support' being unused. * t-edit.py: Likewise. * t-encrypt-sym.py: Likewise. * t-file-name.py: Likewise. * t-idiomatic.py: Likewise. * t-sig-notation.py: Likewise. * t-trustlist.py: Likewise. * t-verify.py: Likewise. * t-wait.py: Likewise. * t-keylist-from-data.py: Trim unused imports. GnuPG-bug-id: 3008 Fixes-commit: 348da58fe0c3656e6177c98fef6b4c4331326c8e Signed-off-by: Justus Winter --- lang/python/tests/t-wrapper.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/python/tests/t-wrapper.py') diff --git a/lang/python/tests/t-wrapper.py b/lang/python/tests/t-wrapper.py index 79f047fa..08a320d2 100755 --- a/lang/python/tests/t-wrapper.py +++ b/lang/python/tests/t-wrapper.py @@ -18,6 +18,8 @@ # License along with this program; if not, see . import gpg +import support +_ = support # to appease pyflakes. d0 = gpg.Data() d0.seek # trigger on-demand-wrapping -- cgit v1.2.3