From cf16f3de7532aa8f3e8013779279b559e008fa52 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 28 Apr 2023 22:41:16 +0500 Subject: [PATCH] dev-python/base58: disable benchmark tests Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/base58/base58-2.1.1-r1.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/base58/base58-2.1.1-r1.ebuild b/dev-python/base58/base58-2.1.1-r1.ebuild index 6e7a3510fd..8a1bc3939a 100644 --- a/dev-python/base58/base58-2.1.1-r1.ebuild +++ b/dev-python/base58/base58-2.1.1-r1.ebuild @@ -18,10 +18,13 @@ SLOT="0" KEYWORDS="~amd64" BDEPEND=" - test? ( - dev-python/pyhamcrest[${PYTHON_USEDEP}] - dev-python/pytest-benchmark[${PYTHON_USEDEP}] - ) + test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] ) " +EPYTEST_DESELECT=( + # need pytest-benchmark + test_base58.py::test_encode_random + test_base58.py::test_decode_random +) + distutils_enable_tests pytest