From 51af5f0eb4cddbe6aa7953717873691d77aae9ff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Jul 2019 23:40:16 +0100 Subject: gentoo resync : 11.07.2019 --- .../files/0.8.1-0001-remove-non-working-test.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 mail-client/alot/files/0.8.1-0001-remove-non-working-test.patch (limited to 'mail-client/alot/files') diff --git a/mail-client/alot/files/0.8.1-0001-remove-non-working-test.patch b/mail-client/alot/files/0.8.1-0001-remove-non-working-test.patch new file mode 100644 index 000000000000..489c54d9bd44 --- /dev/null +++ b/mail-client/alot/files/0.8.1-0001-remove-non-working-test.patch @@ -0,0 +1,31 @@ +From f83bc02ff427508d69ffccb908fd2eaa5a7144c1 Mon Sep 17 00:00:00 2001 +From: Guillaume Seren +Date: Fri, 3 May 2019 18:17:05 +0200 +Subject: [PATCH] Remove non working test + +Some test are not working +--- + 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 9b026e6a..727a4d41 100644 +--- a/tests/commands/test_global.py ++++ b/tests/commands/test_global.py +@@ -166,13 +166,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(u'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.21.0 + -- cgit v1.2.3