Skip to content

Commit

Permalink
dev-python/botocore: Kill unstable test in 1.15.48 too
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/727090
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jun 19, 2020
1 parent 381d97d commit b746882
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-python/botocore/botocore-1.15.48.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b746882

Please sign in to comment.