summaryrefslogtreecommitdiff
path: root/mail-client/alot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /mail-client/alot
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'mail-client/alot')
-rw-r--r--mail-client/alot/Manifest1
-rw-r--r--mail-client/alot/files/9999-0001-remove-non-working-test.patch31
2 files changed, 0 insertions, 32 deletions
diff --git a/mail-client/alot/Manifest b/mail-client/alot/Manifest
index 6c464a02608d..8a3672aacd0f 100644
--- a/mail-client/alot/Manifest
+++ b/mail-client/alot/Manifest
@@ -1,5 +1,4 @@
AUX 0.9-0001-remove-non-working-test.patch 1017 BLAKE2B bfcecf9261084694a30191ea6793405328d538d49eed3b9721102b5314846acc4329f4c9d46b375c9acbc53bc0d09b9222f85a2f5292ec30983c7efb9f56b5fb SHA512 b30d20495728c7205ad1fb663d1aa61832488f83ef43a6af530500aadf6198335fbc45154952858d4c11364f1349afac40539a721342bbdcb8cf5c40e9c88d0b
-AUX 9999-0001-remove-non-working-test.patch 1017 BLAKE2B 4a12441ff229af7fa0cb58e0e68775bb418afcd621487b46eaa1ce2411eaaa388df26ac04db8dc7c5b5c7342a75f1df70ee8241e60e1da5c28a89a741455250a SHA512 1aa122c884ce7899ad0fe5a99c5acb298fbb20b1ad5df8d264bb133c8f8c439c26cdb0694aa4d61b1b37de72bbe7ef2951d09a11283dbdeeaad103015e48e354
AUX alot-0.10-no-intersphinx-docs.patch 930 BLAKE2B 6515bfc063cbae84bcfdaf72ec6e3af1ae5946ea309965770328ddbe3e7c8b238f327f4b976056ce7c63d5c03090e9f0fb64b3647a7aa5ffd2b09a53ef64d4b8 SHA512 232c15c36efbde92e572028b6cfb7679dfb6bf5c30065db6ffbb32d36b54e889cffa0ba368ee9f560d8a2ba8b42c47ef868c924516115625e1678d5da8aa359f
DIST alot-0.10.tar.gz 228451 BLAKE2B a90672817d30a9dc5a50814b123f107f94cc63cb9669578c3ffa9f6282dc0388c91e1a7f14e62c73159573ff97660a57b71b5ecac6549e050758bcef60c54e87 SHA512 b07c77f3a21c9670fb14a760d036ce0e14678dd6ae75585cc929f97db5126a7dbb7f411244d317fea2913692afca6ff9f439f9dbbf047acffb8fcea2ebef7056
DIST alot-0.9.1.tar.gz 228645 BLAKE2B 7a44542513bc6d90df43cb21daf2ba103cbbae4dd81b44eaf935d764ba11d6c5640774e72728725eca83a777dcf3583bebaa57c9061191499f74ed89d4c11b4f SHA512 ac65c742d5bfb4827482c881ec2eb95b9215e9a5c49d7001421d62ffb1f38c7792dbbf94c0f16578da70b5ce15ba7a28cea0c1bbd34080f8132c80f4a0a2199b
diff --git a/mail-client/alot/files/9999-0001-remove-non-working-test.patch b/mail-client/alot/files/9999-0001-remove-non-working-test.patch
deleted file mode 100644
index 7d0be5bee47a..000000000000
--- a/mail-client/alot/files/9999-0001-remove-non-working-test.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 513d05f198c9d8d7502dd1f536d1ee20845814f0 Mon Sep 17 00:00:00 2001
-From: Guillaume Seren <guillaumeseren@gmail.com>
-Date: Fri, 3 May 2019 18:17:05 +0200
-Subject: [PATCH] Remove non working test
-
-Some test are not working + fix for master
----
- tests/commands/test_global.py | 7 -------
- 1 file changed, 7 deletions(-)
-
-diff --git a/tests/commands/test_global.py b/tests/commands/test_global.py
-index 94ad0672..379f87b8 100644
---- a/tests/commands/test_global.py
-+++ b/tests/commands/test_global.py
-@@ -121,13 +121,6 @@ class TestExternalCommand(unittest.TestCase):
- await cmd.apply(ui)
- ui.notify.assert_not_called()
-
-- @utilities.async_test
-- async def test_no_spawn_no_stdin_attached(self):
-- ui = utilities.make_ui()
-- cmd = g_commands.ExternalCommand('test -t 0', refocus=False)
-- await cmd.apply(ui)
-- ui.notify.assert_not_called()
--
- @utilities.async_test
- async def test_no_spawn_stdin_attached(self):
- ui = utilities.make_ui()
---
-2.24.1
-