]> git.cworth.org Git - notmuch/blobdiff - bindings/python-cffi/tests/conftest.py
Drop deprecated/unused crypto.gpg_path
[notmuch] / bindings / python-cffi / tests / conftest.py
index e322cc647167e917b99a8a537b4c9b1b7100a04b..de7db8e795d04cce1022a94722f7a66e250164fe 100644 (file)
@@ -78,8 +78,6 @@ def maildir(tmppath):
             exclude_tags=deleted;spam;
             [maildir]
             synchronize_flags=true
-            [crypto]
-            gpg_path=gpg
             """.format(tmppath=tmppath)))
     return MailDir(tmppath)