commit:     b146111a9dd0deb8993a7f244dca6d59edc69e01
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Sep 14 11:18:54 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 14 13:56:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b146111a

dev-python/pytest: remove unused patch

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22295
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../pytest/files/pytest-4.6.10-timeout.patch       | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/dev-python/pytest/files/pytest-4.6.10-timeout.patch 
b/dev-python/pytest/files/pytest-4.6.10-timeout.patch
deleted file mode 100644
index 5bf9bcdbd8f..00000000000
--- a/dev-python/pytest/files/pytest-4.6.10-timeout.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/src/_pytest/pytester.py b/src/_pytest/pytester.py
-index f1d739c99..72406b85d 100644
---- a/src/_pytest/pytester.py
-+++ b/src/_pytest/pytester.py
-@@ -1209,7 +1209,7 @@ class Testdir(object):
-         args = self._getpytestargs() + args
-         return self.run(*args, timeout=timeout)
- 
--    def spawn_pytest(self, string, expect_timeout=10.0):
-+    def spawn_pytest(self, string, expect_timeout=60.0):
-         """Run pytest using pexpect.
- 
-         This makes sure to use the right pytest and sets up the temporary
-@@ -1223,7 +1223,7 @@ class Testdir(object):
-         cmd = "%s --basetemp=%s %s" % (invoke, basetemp, string)
-         return self.spawn(cmd, expect_timeout=expect_timeout)
- 
--    def spawn(self, cmd, expect_timeout=10.0):
-+    def spawn(self, cmd, expect_timeout=60.0):
-         """Run a command using pexpect.
- 
-         The pexpect child is returned.
-diff --git a/testing/test_terminal.py b/testing/test_terminal.py
-index 1b2e46c7c..52ba80f46 100644
---- a/testing/test_terminal.py
-+++ b/testing/test_terminal.py
-@@ -138,7 +138,7 @@ class TestTerminal(object):
-             """
-             def test_1():
-                 import time
--                time.sleep(20)
-+                time.sleep(120)
-         """
-         )
-         child = testdir.spawn_pytest("")

Reply via email to