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 D33B615808B for ; Tue, 22 Feb 2022 18:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DB0E0636; Tue, 22 Feb 2022 18:49:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D85EBE0636 for ; Tue, 22 Feb 2022 18:49:13 +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 96D31343359 for ; Tue, 22 Feb 2022 18:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FBE2285 for ; Tue, 22 Feb 2022 18:49:10 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1645555652.f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/yq/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/yq/files/yq-2.11.1-tests.patch X-VCS-Directories: app-misc/yq/files/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525 X-VCS-Branch: master Date: Tue, 22 Feb 2022 18:49:10 +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: 00e87292-abcd-4830-a2e2-7337f8166daf X-Archives-Hash: 47affe0a5645380b44107f889046c985 commit: f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Feb 22 16:03:52 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Feb 22 18:47:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b0fb34 app-misc/yq: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/24318 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Zac Medico gentoo.org> app-misc/yq/files/yq-2.11.1-tests.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app-misc/yq/files/yq-2.11.1-tests.patch b/app-misc/yq/files/yq-2.11.1-tests.patch deleted file mode 100644 index 6b6231ad7eed..000000000000 --- a/app-misc/yq/files/yq-2.11.1-tests.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/test/test.py b/test/test.py -index a81f41b..f17f03c 100755 ---- a/test/test.py -+++ b/test/test.py -@@ -84,7 +84,7 @@ class TestYq(unittest.TestCase): - unusable_tty_input = mock.Mock() - unusable_tty_input.isatty = mock.Mock(return_value=True) - -- self.run_yq("{}", [], expect_exit_codes={0} if sys.stdin.isatty() else {2}) -+ self.run_yq("{}", [], expect_exit_codes={0}) - self.run_yq("{}", ["."]) - self.run_yq(unusable_non_tty_input, [".", test_doc]) - self.run_yq(unusable_non_tty_input, [".", test_doc, test_doc])