diff options
author | Werner Koch <[email protected]> | 2018-09-19 15:28:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-09-20 10:13:03 +0000 |
commit | a824f4498ea9bae5dca515c56e2455ec0ce98b50 (patch) | |
tree | 8e6f348e39bcff10b1a5b6cb55af52fb799a76e7 /lang/python/tests | |
parent | docs: python bindings and its special request (diff) | |
download | gpgme-a824f4498ea9bae5dca515c56e2455ec0ce98b50.tar.gz gpgme-a824f4498ea9bae5dca515c56e2455ec0ce98b50.zip |
tests: Don't try using keys from a scmartcard.
* tests/gpg/Makefile.am: Disable scdaemon
* lang/python/tests/Makefile.am: Ditto.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'lang/python/tests')
-rw-r--r-- | lang/python/tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 62970765..d9012853 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -119,3 +119,7 @@ gpg.conf: gpg-agent.conf: # This is required for gpg2, which does not support command fd. echo pinentry-program $(abs_top_srcdir)/tests/gpg/pinentry >$@ + echo disable-scdaemon >> $@ + + +# end-of-file |