summaryrefslogtreecommitdiff
path: root/dev-python/argcomplete/files
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-10 07:13:47 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-10 07:25:08 +0100
commitffa4095f2f124cdfdaa553d644f5bbfc5c40f3cd (patch)
tree087d28e033f818c2ee52788dd4b76b4fd22b12b2 /dev-python/argcomplete/files
parentac85bb741f9346df70a506f8c788740df9e9da34 (diff)
downloadgentoo-ffa4095f2f124cdfdaa553d644f5bbfc5c40f3cd.tar.gz
gentoo-ffa4095f2f124cdfdaa553d644f5bbfc5c40f3cd.tar.bz2
gentoo-ffa4095f2f124cdfdaa553d644f5bbfc5c40f3cd.zip
dev-python/argcomplete: Bump to 3.2.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/argcomplete/files')
-rw-r--r--dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch5
1 files changed, 1 insertions, 4 deletions
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)