diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-04-19 19:15:59 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-20 09:37:45 +0200 |
commit | 1c0299034a6c125996573c46549df0ea9bd2d35e (patch) | |
tree | eeac64e79cd5b36a2cc3b21501de3cd8aa8d08d3 /mail-client/alot | |
parent | dev-java/antlr-tool: fix QA notice "ebegin missing eend" (diff) | |
download | gentoo-1c0299034a6c125996573c46549df0ea9bd2d35e.tar.gz gentoo-1c0299034a6c125996573c46549df0ea9bd2d35e.tar.bz2 gentoo-1c0299034a6c125996573c46549df0ea9bd2d35e.zip |
mail-client/alot: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25110
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'mail-client/alot')
-rw-r--r-- | mail-client/alot/files/9999-0001-remove-non-working-test.patch | 31 |
1 files changed, 0 insertions, 31 deletions
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 - |