summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro@users.noreply.github.com>2023-02-21 14:27:50 -0500
committerSam James <sam@gentoo.org>2023-02-22 07:42:17 +0000
commit5f619b95060bb30709f7eaf135223e12d3dae18d (patch)
tree4d110727f563f74cd308e4ed2abcdb4243504819 /dev-python/pebble/pebble-5.0.3.ebuild
parentsys-libs/ncurses: Fix cygwin build (diff)
downloadgentoo-5f619b95060bb30709f7eaf135223e12d3dae18d.tar.gz
gentoo-5f619b95060bb30709f7eaf135223e12d3dae18d.tar.bz2
gentoo-5f619b95060bb30709f7eaf135223e12d3dae18d.zip
dev-python/pebble: increase attempts for broken test on slow CPU
On very slow machines, test_process_pool_stop_stopped_callback fails due to not raising a RuntimeError. Increasing the number of long_function instances added to the pool causes it to perform as expected. See: https://github.com/noxdafox/pebble/pull/112 Bug: https://bugs.gentoo.org/831219 Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/29709 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pebble/pebble-5.0.3.ebuild')
-rw-r--r--dev-python/pebble/pebble-5.0.3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pebble/pebble-5.0.3.ebuild b/dev-python/pebble/pebble-5.0.3.ebuild
index 7cdc644aab09..6289e3e819d8 100644
--- a/dev-python/pebble/pebble-5.0.3.ebuild
+++ b/dev-python/pebble/pebble-5.0.3.ebuild
@@ -21,5 +21,6 @@ S=${WORKDIR}/${P^}
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
+PATCHES=( "${FILESDIR}/pebble-5.0.3-backport-pr112.patch" )
distutils_enable_tests pytest