mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-python/base58: disable benchmark tests
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -18,10 +18,13 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )
|
||||||
dev-python/pyhamcrest[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
EPYTEST_DESELECT=(
|
||||||
|
# need pytest-benchmark
|
||||||
|
test_base58.py::test_encode_random
|
||||||
|
test_base58.py::test_decode_random
|
||||||
|
)
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user