summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-06 10:00:27 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 14:38:42 +0100
commit26241b380c5e432889fa0c93e3914f141abf6187 (patch)
tree85146415c7ca4c507eb6762d902156d963ea64a2 /dev-python/python-gnupg/files
parentdev-python/python-engineio: Clean old up (diff)
downloadgentoo-26241b380c5e432889fa0c93e3914f141abf6187.tar.gz
gentoo-26241b380c5e432889fa0c93e3914f141abf6187.tar.bz2
gentoo-26241b380c5e432889fa0c93e3914f141abf6187.zip
dev-python/python-gnupg: Clean old up
Diffstat (limited to 'dev-python/python-gnupg/files')
-rw-r--r--dev-python/python-gnupg/files/python-gnupg-0.3.6-skip-search-keys-tests.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/python-gnupg/files/python-gnupg-0.3.6-skip-search-keys-tests.patch b/dev-python/python-gnupg/files/python-gnupg-0.3.6-skip-search-keys-tests.patch
deleted file mode 100644
index 66512ab08169..000000000000
--- a/dev-python/python-gnupg/files/python-gnupg-0.3.6-skip-search-keys-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- python-gnupg-0.3.6/gnupg.py
-+++ python-gnupg-0.3.6/gnupg.py
-@@ -1078,6 +1078,7 @@
- def search_keys(self, query, keyserver='pgp.mit.edu'):
- """ search keyserver by query (using --search-keys option)
-
-+ # doctest: +SKIP
- >>> import shutil
- >>> shutil.rmtree('keys')
- >>> gpg = GPG(gnupghome='keys')
---- python-gnupg-0.3.6/test_gnupg.py
-+++ python-gnupg-0.3.6/test_gnupg.py
-@@ -493,6 +493,7 @@
- os.remove(fn)
- logger.debug("test_file_encryption_and_decryption ends")
-
-+ @unittest.skip("requires network access")
- def test_search_keys(self):
- "Test that searching for keys works"
- r = self.gpg.search_keys('<vinay_sajip@hotmail.com>')