summaryrefslogtreecommitdiff
path: root/dev-python/sh/files/sh-1.12.14-skip-unreliable-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sh/files/sh-1.12.14-skip-unreliable-test.patch')
-rw-r--r--dev-python/sh/files/sh-1.12.14-skip-unreliable-test.patch12
1 files changed, 0 insertions, 12 deletions
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
deleted file mode 100644
index aa4f75727a17..000000000000
--- a/dev-python/sh/files/sh-1.12.14-skip-unreliable-test.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/test.py b/test.py
-index 68ef40c..e5d48da 100644
---- a/test.py
-+++ b/test.py
-@@ -500,2 +500,3 @@ while True:
-
-+ @unittest.skip("Test is unreliable")
- def test_environment(self):
-@@ -587,2 +588,3 @@ exit(2)
-
-+ @unittest.skip("Test seems to be unreliable")
- def test_piped_exception1(self):