Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/yq/files/
Date: Tue, 22 Feb 2022 18:49:14
Message-Id: 1645555652.f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525.zmedico@gentoo
1 commit: f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Feb 22 16:03:52 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 18:47:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b0fb34
7
8 app-misc/yq: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/24318
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-misc/yq/files/yq-2.11.1-tests.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 diff --git a/app-misc/yq/files/yq-2.11.1-tests.patch b/app-misc/yq/files/yq-2.11.1-tests.patch
19 deleted file mode 100644
20 index 6b6231ad7eed..000000000000
21 --- a/app-misc/yq/files/yq-2.11.1-tests.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -diff --git a/test/test.py b/test/test.py
25 -index a81f41b..f17f03c 100755
26 ---- a/test/test.py
27 -+++ b/test/test.py
28 -@@ -84,7 +84,7 @@ class TestYq(unittest.TestCase):
29 - unusable_tty_input = mock.Mock()
30 - unusable_tty_input.isatty = mock.Mock(return_value=True)
31 -
32 -- self.run_yq("{}", [], expect_exit_codes={0} if sys.stdin.isatty() else {2})
33 -+ self.run_yq("{}", [], expect_exit_codes={0})
34 - self.run_yq("{}", ["."])
35 - self.run_yq(unusable_non_tty_input, [".", test_doc])
36 - self.run_yq(unusable_non_tty_input, [".", test_doc, test_doc])