From b7468822cad345202e1a6b1ff10180c79afcd4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 19 Jun 2020 12:10:05 +0200 Subject: [PATCH] dev-python/botocore: Kill unstable test in 1.15.48 too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/727090 Signed-off-by: Michał Górny --- dev-python/botocore/botocore-1.15.48.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-python/botocore/botocore-1.15.48.ebuild b/dev-python/botocore/botocore-1.15.48.ebuild index 1c38902f7a116..cc5f5d3115490 100644 --- a/dev-python/botocore/botocore-1.15.48.ebuild +++ b/dev-python/botocore/botocore-1.15.48.ebuild @@ -43,6 +43,13 @@ DEPEND=" PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" ) +src_prepare() { + # very unstable + sed -i -e 's:test_stress_test_token_bucket:_&:' \ + tests/functional/retries/test_bucket.py || die + distutils-r1_src_prepare +} + python_compile_all() { use doc && emake -C docs html }