dev-python/base58: disable benchmark tests

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-04-28 22:41:16 +05:00
parent 92f2eca188
commit cf16f3de75

View File

@@ -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