diff options
author | matoro <matoro@users.noreply.github.com> | 2022-06-26 19:31:53 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-28 10:30:08 +0100 |
commit | c31e15861d20358500ad591cf46999c4424ac13a (patch) | |
tree | 4515a714b38bf883654c3b0f5f8731603d1595f1 /dev-python/ipyparallel/ipyparallel-8.3.0.ebuild | |
parent | net-im/signal-desktop-bin: remove old version (diff) | |
download | gentoo-c31e15861d20358500ad591cf46999c4424ac13a.tar.gz gentoo-c31e15861d20358500ad591cf46999c4424ac13a.tar.bz2 gentoo-c31e15861d20358500ad591cf46999c4424ac13a.zip |
dev-python/ipyparallel: increase timeouts for new tests in 8.3.0
Bug: https://bugs.gentoo.org/834198
Signed-off-by: matoro <matoro@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/26088
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/ipyparallel/ipyparallel-8.3.0.ebuild')
-rw-r--r-- | dev-python/ipyparallel/ipyparallel-8.3.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/ipyparallel/ipyparallel-8.3.0.ebuild b/dev-python/ipyparallel/ipyparallel-8.3.0.ebuild index 0b986b8cdac3..1128874fd260 100644 --- a/dev-python/ipyparallel/ipyparallel-8.3.0.ebuild +++ b/dev-python/ipyparallel/ipyparallel-8.3.0.ebuild @@ -48,6 +48,7 @@ distutils_enable_tests pytest PATCHES=( "${FILESDIR}"/${PN}-7.1.0-test-timeouts.patch + "${FILESDIR}"/${PN}-8.3.0-additional-test-timeouts.patch ) src_configure() { |