diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-02-22 17:03:52 +0100 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-02-22 10:47:32 -0800 |
commit | f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525 (patch) | |
tree | 5c9b8f86c06e90300254b6a098b1959ba7682766 /app-misc/yq | |
parent | sci-mathematics/lean: remove USE=json and inherit of optfeature (diff) | |
download | gentoo-f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525.tar.gz gentoo-f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525.tar.bz2 gentoo-f1b0fb34d4a3e26bfa6ff5bec706bedbb35cf525.zip |
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 <mmk@levelnine.at>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc/yq')
-rw-r--r-- | app-misc/yq/files/yq-2.11.1-tests.patch | 13 |
1 files changed, 0 insertions, 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]) |