From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DF3915808D for ; Wed, 20 Apr 2022 07:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60F22E089C; Wed, 20 Apr 2022 07:37:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE0A0E089C for ; Wed, 20 Apr 2022 07:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABD8C3416E5 for ; Wed, 20 Apr 2022 07:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03CE93B2 for ; Wed, 20 Apr 2022 07:37:53 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1650440265.1c0299034a6c125996573c46549df0ea9bd2d35e.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alot/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/alot/files/9999-0001-remove-non-working-test.patch X-VCS-Directories: mail-client/alot/files/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1c0299034a6c125996573c46549df0ea9bd2d35e X-VCS-Branch: master Date: Wed, 20 Apr 2022 07:37:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01aa102c-3ff5-4a4e-b6b8-37211fc3190e X-Archives-Hash: c54a04122a89cf4faec6d98887eba97a commit: 1c0299034a6c125996573c46549df0ea9bd2d35e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Apr 19 17:15:59 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 20 07:37:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c029903 mail-client/alot: remove unused patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25110 Signed-off-by: Florian Schmaus gentoo.org> .../files/9999-0001-remove-non-working-test.patch | 31 ---------------------- 1 file changed, 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 -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 -