From ffa4095f2f124cdfdaa553d644f5bbfc5c40f3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 10 Dec 2023 07:13:47 +0100 Subject: dev-python/argcomplete: Bump to 3.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch') diff --git a/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch b/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch index d8348818164d..0b2ac120402e 100644 --- a/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch +++ b/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch @@ -2,10 +2,7 @@ diff --git a/test/test.py b/test/test.py index c89912a..eedfe36 100755 --- a/test/test.py +++ b/test/test.py -@@ -1359,7 +1359,7 @@ class TestBashGlobal(TestBash): - if sys.platform == "darwin": - # Work around https://stackoverflow.com/questions/24257803 - command += ' --install-option="--prefix="' +@@ -1362,4 +1362,4 @@ class TestBashGlobal(TestBash): - install_output = self.sh.run_command(command) + install_output = self.sh.run_command(command, timeout=300) self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) -- cgit v1.2.3