Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sh/files/
Date: Fri, 17 Mar 2023 12:34:22
Message-Id: 1679056452.93ea80627f62b85de083d816887fd719f3afd356.arthurzam@gentoo
1 commit: 93ea80627f62b85de083d816887fd719f3afd356
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Mar 17 12:15:42 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 12:34:12 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ea8062
7
8 dev-python/sh: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/sh/files/sh-1.12.14-skip-unreliable-test.patch | 12 ------------
14 dev-python/sh/files/sh-1.14.0-skip-unreliable-test.patch | 8 --------
15 2 files changed, 20 deletions(-)
16
17 diff --git a/dev-python/sh/files/sh-1.12.14-skip-unreliable-test.patch b/dev-python/sh/files/sh-1.12.14-skip-unreliable-test.patch
18 deleted file mode 100644
19 index aa4f75727a17..000000000000
20 --- a/dev-python/sh/files/sh-1.12.14-skip-unreliable-test.patch
21 +++ /dev/null
22 @@ -1,12 +0,0 @@
23 -diff --git a/test.py b/test.py
24 -index 68ef40c..e5d48da 100644
25 ---- a/test.py
26 -+++ b/test.py
27 -@@ -500,2 +500,3 @@ while True:
28 -
29 -+ @unittest.skip("Test is unreliable")
30 - def test_environment(self):
31 -@@ -587,2 +588,3 @@ exit(2)
32 -
33 -+ @unittest.skip("Test seems to be unreliable")
34 - def test_piped_exception1(self):
35
36 diff --git a/dev-python/sh/files/sh-1.14.0-skip-unreliable-test.patch b/dev-python/sh/files/sh-1.14.0-skip-unreliable-test.patch
37 deleted file mode 100644
38 index ea79229459ec..000000000000
39 --- a/dev-python/sh/files/sh-1.14.0-skip-unreliable-test.patch
40 +++ /dev/null
41 @@ -1,8 +0,0 @@
42 -diff --git a/test.py b/test.py
43 -index a4b9915..fb2ffdd 100644
44 ---- a/test.py
45 -+++ b/test.py
46 -@@ -2799,2 +2799,3 @@ print("cool")
47 - @requires_progs("lsof")
48 -+ @unittest.skip("Test seems to be unreliable")
49 - def test_no_fd_leak(self):